• Resolved collapsing_os

    (@collapsing_os)


    Hi Thomas,

    Thanks for this theme. It works almost properly. The only problem that I have is the mobile view of the blog home.

    When you open a specific article on my blog, the sidebar is shown completely below. But if you are on the blog home, the sidebar starts a bit earlier which causes the sidebar to be very narrow.

    Did I do something wrong? Or how can I resolve this?

    Thanks,
    Henning

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi Henning,

    Thanks for using Treville.

    The reason is some custom CSS code or plugin which overrides the styling of the pagination and breaks the layout. Since the pagination is only shown on the blog and archive pages it works fine on single posts and static pages.

    You can deactivate all your plugins and then enable them one by one to find out which is causing the issue. Please also turn off your caching and minification plugins before doing so.

    Alternatively, you can also use this CSS snippet to override the CSS which breaks the layout:

    .page-numbers {
        float: none;
        display: inline-block !important;
    
    }

    You can insert CSS code on Appearance > Customize > Additional CSS.

    Cheers,
    Thomas

    Thread Starter collapsing_os

    (@collapsing_os)

    Hi Thomas,

    thank you very much. The CSS snippet did the trick. Now everything seems to look great.

    Cheers, Henning

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile View does not work properly’ is closed to new replies.