• Hi All,

    I am new to website building and shopisle theme is great so far. However, I am having trouble to resize the header on mobile site.

    Could you please point me to the right direction ?

    Thank you.

    Jeremy

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, try the following in Appearance->Customize->Additional CSS

    @media screen and (max-width: 600px) {
        .woocommerce-products-header .module {
            padding-top: 0px;
        }
    }

    I have the same problem.

    the code doesn’t work on me..

    Hi @ekerm, could you create a new topic about your issue? That way the original topic author doesn’t keep getting emails about new replies.

    Also, you can tag me in your new topic using @jarretc and I’ll get pinged and see it. If you have a live site, please ensure to include the link to it in the link area so I can investigate further.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header in Mobile Site not resizing’ is closed to new replies.