Site logo

Archived topic

Customization Paging Navigation

3 replies · Started by Andrea on May 13, 2020

Viewing posts 1–4 of 4

Hi Team,
I have recently been your user and I am very comfortable with the theme. Good job.

I have a problem with the page navigation bar, on smartphones it is not shown correctly, and I can't understand how to customize it.

I can't find an item in the Wordpress menu to customize the look. There is not?

There are two problems:
1. It is not graphically aligned with the rest of the page (all that empty space on the left is ugly).
2. The widget area in the footer overlaps with the paging bar.

Here you can view a screenshot: https://imgur.com/WzZ49KK

Can you help me?

Thanks!

Hi there,

try adding this CSS:

@media (max-width: 768px) {
    .generate-columns-container > .paging-navigation {
        margin-left: 0;
        margin-bottom: 20px;
    }
}

Thanks David, perfect!

Glad to be of help

This archived topic is closed to new replies.