Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #336799

    Hi neilwalker!

    Can you please post the link to your page where we can see the element?

    Regards,
    Yigit

    #336988
    This reply has been marked as private.
    #337116

    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

    #337220

    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,

    • This reply was modified 10 years, 7 months ago by neilwalker.
    #337280

    Hi!

    Please flush browser cache and refresh your page a few times after making styling changes.

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.