Blog archive page
-
Hi, I would like to increase padding to the left side of the content container on page https://staging.fetchamu3a.org.uk/category/news/
like other pages I have on my website. On other pages I used Neve custom content width (to 90%) so the Container content is nicely balanced in the page with good paddings(left and right). See https://staging.fetchamu3a.org.uk/about_us/But I’m struggling to apply this to Blog archive list page.
I injected custom CSS:
.neve-main > .archive-container .nv-index-posts.col {
max-width: 70% !important;
}and also
.nv-index-posts.blog.col {
padding-left:30px;
}But none of them work.
I also applied both codes @media (min-width: 960px) { }
and it doesn’t work either.Would you be able to help at all?
The page I need help with: [log in to see the link]
The topic ‘Blog archive page’ is closed to new replies.
