Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #866175

    Hi,

    I have a problem to get a full width color section.

    When I put this in Quick CSS, than the Color Section works like I want it, but the complete other CSS Style of my site is gone/crashed. Also the fontello icons and social icons.

    @media only screen and (min-width: 1600px) {
    #fwcsbasis .container {
    max-width: 1280px;
    margin: auto;

    Can you please help me and tell me, how can I realize the full width color section without crashing the other styles?
    In front thank you so much.
    Best regards

    #866602

    Hey klauseta,

    The Color Section element is full width by default so I’m not sure I understand you CSS? Also, you code is missing the two closing brackets so that might be the problem.

    @media only screen and (min-width: 1600px) {
    #fwcsbasis .container {
    max-width: 1280px;
    margin: auto;
    }
    }

    Please post a link to your site and try to explain your problem a bit further if you should need any further help.

    Best regards,
    Rikard

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