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

    Hi guys, I have a color section set to 100% of screen but on mobile i’d like to adjust it to another percentage. Cant figure out how to do it with css. Thanks!

    #1214154

    Hey bobfurgo,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #homepage-above-the-fold {
        width: 80%;
        display: table;
        margin: 0 auto;
        float: none;
    }
    }

    Best regards,
    Rikard

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