Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #436921

    Hi

    The borders on this page above special headers are at 0. Is this meant to be like this? Looks a bit odd
    http://217.199.187.195/kitchendesignexperts.co.uk/kitchens/

    Checking the css it appears it should be at 50px but some other styles in the core css file are over riding it

    #437371

    The styles over ridding it are located within the shortcodes css

    line 16 body .container_wrap .avia-builder-el-no-sibling{margin-top:0; margin-bottom:0;}

    In the mean time I am going to use a whitespace generator of 50px so it will look okay for when a client sees it. Not sure why the above rule over rides what is in the style css of 50px margin top

    #438208

    Hey!

    It looks fine on my end. You can set the bottom padding when you edit the shortcode and if you want to set a top padding then use this.

    .av-special-heading-tag { padding-top: 20px !important; }
    

    Regards,
    Elliott

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