first of all: amazing theme and great support!
Just a little problem comes up. If I use a color section (of course full width) and a sidebar and other content beneath it, all content types in the color section does not fit the whole width. It leaves the width of the sidebar blank.
I’ve tried some custom CSS to push this content to a width of 100%, but with no success…
Is there any possibility to fix that problem?
Kind regards
Patrice
Hey Patrice!
Can you post the link to your page so we can look into it? Please note that Color section element only works fullwidth and would push sidebar below it. You can alternatively use Widget Area element to display your widgets on your page
Cheers!
Yigit
Hi Yigit!
Thanks for your quick answer ;)
Yes, I know the issues in things of color section and a sidebar. No problem for the layout at all…
Here is the link to the page:
http://www.bdni-akademie.de/
regards
Patrice
Hi! :)
That happens because of a custom CSS code you have in Custom.css file.
Please add following code to override it for color sections
.avia-section .content {
width: 100%!important;
}
Best regards,
Yigit
That works :))
Your speed is unbelievable…
Thank you so much Yigit!!!!!!
have a nice day
Patrice