• Resolved orphen4666

    (@orphen4666)


    Hi.
    I use pinnacle free version theme for a website http://www.therapiepsyparis.com and the responsive doesn’t seems to works on smartphones and tablets. The icons on the home page where the services are describes (4 rows and two lines) whereas on smartphones and tablets the alignment is done by 2 on the first and second line then I have one icon alone on the right, then one more line of two icons and the last icon of the six alone on the left.
    Can you help me to fix it ?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey orphen4666,
    I’m not seeing what you’re seeing. When I view you site on mobile it looks like you’re using a separate mobile template? What exactly are you wanting to change?

    Hannah

    The issue is that the home icon menu is displaying two rows of four in full screen, but as the browser gets smaller, the rows become uneven.

    Thread Starter orphen4666

    (@orphen4666)

    Hi,

    Thank you Hannah for you answer. I have forgotten that I used the jetpack mobile version for the smartphone because of that problem.
    On tablets you can see what I talking about.
    I also desactivate for the moment jetpack mobile version so you can see.

    Thank you so much for your help.

    Hey,
    You can add this css:

    .homeitemcount5 {
        clear: both;
    }
    @media (max-width: 992px) {
        .homeitemcount3, .homeitemcount5, .homeitemcount7 {
            clear:both;
        }
    }

    Kadence Themes

    Thread Starter orphen4666

    (@orphen4666)

    Hi,

    Thank you so much for your help, the bug is fixed, the responsive works and it’s great.
    🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘bug with the responsive’ is closed to new replies.