• Resolved palodesign

    (@palodesign)


    Hi!
    Firstly, thank you for the wonderful and beautiful theme! ??
    I was wondering if it’s possible to make the dark Categories (header) tile smaller – or at least only 1 column width on desktop view? Now it is huge compared to my post thumbnails, which are quite tiny around the dark tile.

    Cheers, Soile

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @palodesign,

    Glad you like it! Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    
    @media ( min-width: 1200px ) {
    .preview.archive-header-desktop { max-width: 33.33%; }
    }
    
    @media ( min-width: 1600px ) {
    .preview.archive-header-desktop { max-width: 25%; }
    }

    Let me know if that does it.

    — Anders

    • This reply was modified 2 years, 2 months ago by Anders Norén.
    Thread Starter palodesign

    (@palodesign)

    Awesome! Works! I salute you for taking such good care of the users, responding quickly and coming up with solutions every time!
    Have a great week!

    Cheers, Soile

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize the size of the dark Categories header tile’ is closed to new replies.