• Hello,
    At first I love the theme! It perfectly match my business but is also really friendly in use. Despite that I suffer some problems with the mobile view. The side title and intro are cropped so you can’t read them. Therefore the menu button is hardly visible as well. Can you please help me out?

    Thanks! Isabelle

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Isabelle.

    Thank you for your feedback!
    In your case, for the entry title not to overlap the website logo and for the mobile menu button to look more on its place, I may suggest you apply custom CSS under the Dashboard > Appearance > Customize > Additional CSS:

    @media (max-width: 600px) {
     .sidebar-open.menu-open{
     margin-right: 40px;
    }
    .sidebar-close{
     margin-right: 50px !important;
     margin-top: 28px;
    }
    .entry-title{
     padding-top: 100px;
    }}

    Feel free to change it according to your needs and keep in mind that the @media rule defines the maximum width of the screen in pixels for this rule to be applied, so you may want to change it as well.

    Thread Starter bellebeest17

    (@bellebeest17)

    Hi!
    It’s better now, but still got one issue. The header of the front page (Your Mediterranean stay) is broken. The last letter ‘n’ is on the next row. How can I change this? I tried several options based on another support request, but it didn’t solve the issue. Thank you!

    Hello Isabelle.

    Seems like you already managed to resolve the issue. Let me know if there’s anything else I can help you with.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile view is disturbed’ is closed to new replies.