• Hi

    My website looks great on ipad but unfortunately, no menu shows up on iphone.
    Do you know how I could resolve this issue as it is written that the theme is supposed to be mobile friendly?

    Many thanks

    Sakina

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello Sakina,

    Could you please provide us ‘URL’ of your site so that we can better assist you?

    Thanks!

    Thread Starter sakinadipace

    (@sakinadipace)

    Theme Author inkthemescom

    (@inkthemescom)

    Hello Sakina,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    @media only screen and (max-width: 767px){
    .mean-container .mean-bar {
        margin-top: 27px;
    }
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks!

    Thread Starter sakinadipace

    (@sakinadipace)

    Hi
    Thank you for the code, it works! The menu now appears.
    However, the design looks a bit strange. The logo is very small while the title is very big. Is there any way to make the logo bigger and the font smaller?
    Many thanks
    Sakina

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    @media only screen and (max-width: 767px){
    .logo {
        width: 100% !important;
        margin-left: 7px !important;
    }
    .content-info h2 {
        font-size: 20px;
    }
    }

    Hope it will resolve your issue

    Thanks!

    Thread Starter sakinadipace

    (@sakinadipace)

    Thank you, it is much better.
    However, the text over the sliders is not readable as the font is too big.
    Could you help me with a code to make the font smaller please?

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    @media only screen and (max-width: 767px){
    .sl-slide-inner h1 {
        font-size: 28px;
    }
    .sl-slide-inner p {
        font-size: 16px;
    }
    }

    Note: change numeric value as per your requirement.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu not showing up on Iphone’ is closed to new replies.