• I have a problem with the view.

    Desktop view is showing all correct, but in mobile view things are moved and then you dont see the page title and the content is moved up.

    Startpage without heading:
    Startpage-Mobile-view
    Startpage-Desktopview

    Any other Page with heading
    Other-Page-with-title-Mobile-view
    Other-Page-with-title-Desktopview`

    I tried to solve it with css and @media in the customizer but its not working:
    @media (min-width: 600px) and (max-width: 1023px)
    h1#cph_title {
    margin-top: 50px !important;
    }

    @media only screen and (max-width: 599px)
    h1#cph_title {
    margin-top: 50px !important;
    }`

    Thanks for your help!

    • This topic was modified 3 years, 5 months ago by markus2021.
    • This topic was modified 3 years, 5 months ago by markus2021.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Shafaet Alam

    (@shafayat-alam)

    Hi,
    Thanks for reporting these abnormalities. I have already fixed them and the fixes should be in the next update.

    Thread Starter markus2021

    (@markus2021)

    Hi,

    thank you very much. When do you Release the new Version? I need IT asap.

    Best regards
    Markus

    Theme Author Shafaet Alam

    (@shafayat-alam)

    Hi
    I’ve published an update. Please check if your issue is fixed.

    Thread Starter markus2021

    (@markus2021)

    Hi,

    not it is working. Thank you!

    I have one other point:
    If a page has no heading, the first block has a great distance to the navbar in desktop and mobile view. If i will show the title on a page, it does not have a good distance to the navbar in mobile view (desktop view is okay). Maybe you can optimize the distance, that it is the same with the first block and the heading?

    Hopefully you understand what i mean.

    Best regards
    Markus

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