-
AuthorPosts
-
October 16, 2014 at 10:57 am #336691
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
October 16, 2014 at 3:12 pm #336799Hi neilwalker!
Can you please post the link to your page where we can see the element?
Regards,
YigitOctober 16, 2014 at 7:24 pm #336988This reply has been marked as private.October 17, 2014 at 4:06 am #337116Hi!
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,
IsmaelOctober 17, 2014 at 10:02 am #337220I 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,
-
This reply was modified 11 years ago by
neilwalker.
October 17, 2014 at 1:19 pm #337280 -
This reply was modified 11 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
