• Resolved kowoonbacon

    (@kowoonbacon)


    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?

    • This topic was modified 5 years, 1 month ago by kowoonbacon.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kowoonbacon

    Please try adding this CSS instead into Customizer -> Additional CSS. You can change that value to fit your needs.

    
    .archive-container {
        
        padding-left: 100px !important;
    }

    I hope this helps! Please let us know if you have any more questions.

    Thread Starter kowoonbacon

    (@kowoonbacon)

    Thank you for your help! Really appreciate it!

    Kowoon

    Hello @kowoonbacon,

    I am glad I was able to help!

    Please let us know if you have any more questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blog archive page’ is closed to new replies.