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

    Hello,

    I’ve said it before, but worth saying again – Great theme!

    One little quirk I just noticed:

    In mobile, more specifically on the iPhone in the ‘Potrait’ orientation, the button is falling below and outside the ‘Color Section’ in which I have it set.

    It looks great in every other browser size, but for some reason, at the smallest size, it’s doing this.

    http://www.websail.net

    It’s towards the bottom, just above the footer.

    Thanks in advance for your help!

    #166318

    Follow up comment, only because I forgot to theck the Notify box.

    #166408

    Hi!

    You decrease the h3 size a little for mobile view. It will give some space for the button. :)

    @media only screen and (max-width: 767px) {
    h3 {
    font-size: 18px;
    }
    }

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color Section in Mobile’ is closed to new replies.