• Resolved ashleydavisio

    (@ashleydavisio)


    Howdy folks,
    I’m building a blog on the Neve theme. Easy enough, but the blog is not responsive on mobile.

    All text is jumbled together, images cut off. It looks ugly and doesn’t fit the smaller screen at all.

    I added some CSS.

    .brand {
    	 min-width: unset;
        width: 95vw;
        min-height: 245px;
        padding: 20px;
    	 position: relative;
    }
    
     .container {
        min-width: unset;
        width: 95vw;
        min-height: 245px;
        padding: 20px;
    	 position: relative;
      }

    The posts started to adapt, but the centering is off. The header (.brand) doesn’t respond at all.

    Any suggestions? Thanks in advance everyone.

    • This topic was modified 4 years, 2 months ago by ashleydavisio.

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

Viewing 1 replies (of 1 total)
  • Hi @ashleydavisio,

    Neve is 100% responsive and even a mobile-first theme.

    Your header is not responsive because you applied a huge custom font that makes the logo font so big that it can’t fit the mobile screen:
    https://ibb.co/NtxZytD

    Please remove this custom CSS and your website will look good as expected in smaller screens.

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Neve theme not mobile responsive’ is closed to new replies.