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

    Is it possible to create a color-section that is NOT fullwidth but acts like a boxed version although it is in the fullwidthwebsite?

    I’d like the menu to be full width while having a color section that is only 1040px(responsive).
    (If i’d be able to put a backgroundcolor to a column that would also be a perfect solution)

    • This topic was modified 10 years, 5 months ago by Pixelbits.
    #278557

    It works

    What I did now:
    1) added custom CSS box to every element (as shown in other support topics).
    2) added these classes to the color section: boxed entry-content-wrapper clearfix responsive container twelve.units centeredcolor

    Probably could do without some, but too tired to check :)

    3) added this to the custom style:

    .centeredcolor{
    float:none;
    margin-left:auto !important;
    margin-right:auto !important;
    }
    
    #greencol{
    background-color: rgba(120, 255, 10, 0.9)!important;
    }

    But…. it would be so much easier if there was a setting for the color sections :)

    This topic can be closed :)

    #278653

    Hi!

    Thanks for posting what ended up working for you :)

    Regards,
    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Colorsection boxed in a fullwidth site.’ is closed to new replies.