Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1027793

    Hi there,

    I’d like to adjust the spacing between my columns on the blog thumbnail grid on my news page (currently using a 4 column layout). I’d like the spacing to be 33px.

    #1028146

    Hey tankerhq,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia-content-slider .slide-entry.av_one_fourth {
        margin-left: 2.74%;
        width: 22.945%;
    }
    
    .avia-content-slider .slide-entry.av_one_fourth.first {
        margin-left: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1028677

    Thanks, but not quite right yet.

    The spacing should be EXACTLY like the Artists page – four column grid with same spacing inbetween. I’ve tried adjusting the percentages in your code above but can’t get it to work.

    Also when I view on mobile, I am not seeing 1 column but rather 2 columns reduced in size. Again the mobile view needs to be exactly like the Artists page.

    Thanks for your help Nikko :)

    #1029615

    Hi,
    I took a look at your pages, and while they are using different elements to create the grid, I believe I have adjusted the “news” page to the same width as the “artists” page.
    Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 478px) { 
    .responsive #top.page-id-20604 #wrap_all .slide-entry {
    width: 100% !important;
    }
    .responsive #top.page-id-20604 #wrap_all .slide-entry a img {
    width: 100% !important;
    }
    }
    @media only screen and (min-width: 767px) { 
    .responsive #top.page-id-20604 #wrap_all .slide-entry {
    width: 21.41% !important;
    margin-left: 2.59% !important; 
    }
    .responsive #top.page-id-20604 #wrap_all .slide-entry a img {
    width: 100% !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1029699

    Thanks Mike,

    This is looking a lot better – can we just adjust the alignment on the left? The thumbnails should be left aligned with the wording above.

    Thanks!

    #1030038

    Hi tankerhq,

    The login access doesn’t work anymore, please check.
    We’ll need it to inspect your site and give you css codes that should work.

    Best regards,
    Nikko

    #1032379
    This reply has been marked as private.
    #1033020

    Hi tankerhq,

    Can you try adding this css code:

    @media only screen and (min-width: 767px) { 
      .responsive #top #wrap_all .slide-entry {
        margin-left: 0 !important;
      }
    }

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.