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

    Hi Enfold-Team,

    i use streched layout, but I’d like to have a color section with max-width an that should be centered horizontally.

    I did this so far in Quick CSS:

    #color_sec_limit_width {
    max-width:1400px !important;
    }

    Max-width works but i’ve tried so much to get this section centered without success :(
    When using a tab section I’m having the same issue.

    Best Regards
    Birger

    #973951

    Hey momoko-enfold,

    Can you please specify which color section and on which page is that?

    Best regards,
    Victoria

    #973960

    Hi Victoria,

    no problem :)

    #973972

    Hi momoko-enfold,

    Thank you :)

    The whole code for you should be like this:

    
    #color_sec_limit_width {
        max-width: 1400px !important;
        margin: 0 auto;
        float: none;
    }
    

    Best regards,
    Victoria

    #973992

    Hi Victoria,

    that worked! – Thank you! :)

    Best regards
    Birger

    PS: Enfold Support – Best and Fastest Support I’ve ever worked with!

    #974216

    Hi Birger,

    Thank you :)

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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