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
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
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