• Resolved Anas

    (@anasrahmoun)


    Hi,

    I am using version 3.5.0 of Storefront theme. I noticed that in the search results page, the margin below the header section gets nulled and the H1 title get stuck to the header.

    Bests,
    Anas

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @anasrahmoun

    You can fix this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    body.search-results #masthead {
      margin-bottom: 30px;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Hi @anasrahmoun,

    We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!

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

The topic ‘CSS Problem for Search Results Page Header’ is closed to new replies.