Hi,
I am using the Special Heading short code and want to remove the 50px margin. I think I’ve narrowed it down to this piece of code
.av-special-heading {width:100%;clear:both;display:block;margin-top:50px;overflow:hidden;position:relative;}. I have placed this in the Custom CSS file in my Child theme like this:
.av-special-heading {width:100%;clear:both;display:block;margin-top:0px;overflow:hidden;position:relative;} but it doesn’t seem to be working. Am I missing something obvious? I’m not that experienced so any help you can give would really be appreciated,
Thanks
Hi neilwalker!
Can you please post the link to your page where we can see the element?
Regards,
Yigit
Hi!
The special heading top margin is now set to 0. Looks like you figured that one out. Tables will occupy the space of the container. Minimizing the padding won’t do any good. If you want to remove the alternating gray background color, use this:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: white;
}
Adjust the columns’ top margin with this:
body .column-top-margin {
margin-top: 10px;
}
Regards,
Ismael
I seem to have a problem which isn’t showing the updates and then all of a sudden it has worked, although the changes I have made for the columns hasn’t so guess i’ll wait and see while I try and work out whats going on!!
Thanks for the other advice,