Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #902284
    Stuart Webb
    Guest

    Hello, I’ve purchased your theme enfold and just wanted to ask a question. Apologies if it’s the wrong place to submit this.

    See Google Drive attachment under Private Content.

    The first colour section fills up 75% of the height of the browser, is there a code / styling you know of to change said % to 50 on small devices only?

    Kind regards,

    Stuart

    #902311

    Hey Stuart Webb,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .av-minimum-height-75 .container {
        height: 50vh;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #902367

    Thank you ever so much, worked like a charm. Love Enfold!

    Kind regards,

    Stuart

    #902397

    Hi Stuart,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reccomendation’ is closed to new replies.