-
AuthorPosts
-
July 2, 2014 at 7:44 pm #286356
I have 3 columns using icon boxes setup under a slider, followed by color section, a full width line and then a further 3 columns.
However I am getting a large space between the first section of the page and the start of the next color section. I have padding set to no padding but still I get the space – how can I reduce the space (height) between these 2 sections?
July 2, 2014 at 8:58 pm #286383Hi Andrew,
Can you post the link to the website please?
Regards,
JosueJuly 3, 2014 at 7:15 am #286519July 3, 2014 at 12:44 pm #286618Hey!
Put the following code into custom.css or Enfold->Quick CSS:
.page-id-734 #main .content{ padding-bottom: 0px !important; }
Best regards,
GünterJuly 3, 2014 at 2:48 pm #286686That has not made any difference I am afraid?
I have tried both in Firefox and safari.
July 3, 2014 at 2:54 pm #286691Correction. I just tried in the the theme options CSS and it reduces the spacing a little but there is still too much blank space. Also it has affected the bottom of the page as well, meaning that the 3 icon boxes at the base of the page now bleed into the socket.
July 3, 2014 at 6:38 pm #286790Hi!
Please try following code instead
.page-id-734 #main .content{ padding-top: 0px !important; }
Cheers!
YigitJuly 3, 2014 at 7:12 pm #286817That acts of the page but taking the spacing out of the top between the slider and the icon blocks. It’s the bottom spacing I need to reduce.
I tried changing the code to padding-bottom but then it has no effect.
July 3, 2014 at 7:18 pm #286821Hi!
Try adding padding-bottom: 0 to the code too:
.page-id-734 #main .content { padding-top: 0px !important; padding-bottom: 0px !important; }
Regards,
JosueJuly 3, 2014 at 7:57 pm #286843Still no effect on the space underneath the icon boxes
July 3, 2014 at 8:35 pm #286855This will do it:
.page-id-734 #av_section_1 .hr { margin-top: 0 !important; } .page-id-734 #av_section_1 .content { padding-top: 0 !important; }
July 3, 2014 at 9:54 pm #286884I wish it would but still seeing too much space under the icon boxes.
July 3, 2014 at 10:35 pm #286903Final code should be:
.page-id-734 #av_section_1 .hr { margin-top: 0 !important; } .page-id-734 #av_section_1 .content { padding-top: 0 !important; } .page-id-734 #after_layer_slider_1 .content { padding-top: 30px !important; padding-bottom: 0px !important; }
Result:
Regards,
JosueJuly 3, 2014 at 10:39 pm #286904That’s done it. I am going to buy another license just because I feel like I should now.
Awesome support. Thank you so much.July 3, 2014 at 10:43 pm #286906You are welcome Andrew, always glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.