Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #510002

    Hello;

    I’ve got a text block, then a grid row element below that, which you can see here:

    http://www.mammothdb.com/product/

    I have 0px padding on each of the grid row cells, but there is still a lot of white space between the text block (“Benefits of using MammothDB”) and the grid row? How can i reduce this space? Thanks!

    #510010

    Hey sgkeil!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-639 #after_full_slider_1 .content {
        padding-bottom: 0;
    }

    Regards,
    Yigit

    #510017

    Actually, along t hose same lines, there is a lot of white space between the full screen layer slider (mammoth image) and the Special Header (“ENTERPRISE ANALYTICS DATABASE
    CLOUD BASED OR ON-PREMISES”)
    That i would also like to reduce, for example to 1/2 the current amount of white space, but i don’t see how? Where are the settings for this, or is there some CSS to change?

    Thanks!!

    #510019

    Hi!

    Please change the code to following one

    .page-id-639 #after_full_slider_1 .content {
        padding-bottom: 0;
        padding-top: 0; 
    }

    Regards,
    Yigit

    #510021

    Oh, your CSS for the spacing between the grid-row and the text box worked, thanks! I notice it’s specific to that page only (page ID), so if i want to do it for other pages do i have to replicate the CSS for each page?

    Also, would be keen to see the spacing reduced between the layer slider and the heading throughout the site (the last add-on i had above) – thanks for the quick reply.

    #510025

    Hmm, the following code:

    .page-id-639 #after_full_slider_1 .content {
    padding-bottom: 0;
    padding-top: 0;
    }
    Didn’t seem to work for reducing the white space between the layer slider and the heading?

    #510028

    Hey!

    Please try adding following code to Quick CSS

    .avia-fullwidth-slider + .fullsize .content {
        padding-top: 0;
    }

    Regards,
    Yigit

    #510030

    Actually that previous code did work, but i maybe my browser is cached or something…
    It worked using another browser. I’ll try the new code so it is site-wide! Also, the new code worked!
    Thanks for the very quick reply.

    #510031

    Hey!

    Please make sure to flush browser cache and refresh your page after making styling changes :)

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Griw Row – Text block padding space’ is closed to new replies.