Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285276

    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

    #285291

    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

    #285293

    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

    #285298

    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

    #285303

    That works :))
    Your speed is unbelievable…
    Thank you so much Yigit!!!!!!
    have a nice day
    Patrice

    #285306

    Hi!

    Awesome! You are welcome Patrice, we are always glad to help :)
    You too have a great day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘content width in color section with sidebar’ is closed to new replies.