• Resolved rairose

    (@rairose)


    On this site: https://www.tanamschiewer.com/
    The header that I want to display gets cut off. It seems like a problem limited to Firefox, especially on smaller screens like on laptops and tablets.
    I’m using the Pinboard theme.
    Is there anything I can do about this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The floats there is a bit quirky. Since you’re using a single huge banner, we have no need for floats anyway. So we might as well remove it and thus removing the problem.

    Add this to your custom CSS area or child-theme CSS file:

    #site-title {
      float: none;
    }
    Thread Starter rairose

    (@rairose)

    Thanks!

    Thread Starter rairose

    (@rairose)

    Fixed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header is getting cut off in Firefox’ is closed to new replies.