Site logo

Archived topic

Blog Nav Links

9 replies · Started by Joaquin on March 26, 2020

Viewing posts 1–10 of 10

Hi there!

I don't know how to change the position of previous/next nav links on my blog section.. any help?

I want this nav links after the articles, not on footer section.

Thank you!

Hi there,

It shouldn't be like that by default.

Can you disable Autopimize and any other caching plugins you might be using so I can take a closer look at the code?

Thanks :)

Okay, i did it! Autoptimize is disabled

You have this CSS added:

.site-footer {
    margin-top: -2.5rem;
}

Oh, thank you Leo.. i didn't see that.

What if i want to change the appearence of the Nav Links? Do i have to add CSS?

Yup CSS is needed. Any examples you have in mind?

Something like this should help you to get started:

.page-numbers {
    padding: 3px 9px;
    border: 1px solid #333;
}

Excellent, you're a genius Leo!

Last question.. how can i add a paragraph in my archives section on my blog? Below h1 title.

Any chance you can open a new topic for the new question?

Thanks :)

This archived topic is closed to new replies.