-
AuthorPosts
-
September 28, 2015 at 12:33 pm #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!
September 28, 2015 at 12:40 pm #510010Hey 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,
YigitSeptember 28, 2015 at 12:45 pm #510017Actually, 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!!
September 28, 2015 at 12:47 pm #510019Hi!
Please change the code to following one
.page-id-639 #after_full_slider_1 .content { padding-bottom: 0; padding-top: 0; }
Regards,
YigitSeptember 28, 2015 at 12:49 pm #510021Oh, 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.
September 28, 2015 at 12:51 pm #510025Hmm, 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?September 28, 2015 at 12:53 pm #510028Hey!
Please try adding following code to Quick CSS
.avia-fullwidth-slider + .fullsize .content { padding-top: 0; }
Regards,
YigitSeptember 28, 2015 at 12:56 pm #510030Actually 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.September 28, 2015 at 12:58 pm #510031Hey!
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 -
AuthorPosts
- The topic ‘Griw Row – Text block padding space’ is closed to new replies.