• Hi there,

    I am looking for help on a couple of things for the site: heatedrvstorage.com:

    1) Can you help me center align the site title on the home page? Right now it is left aligned and I’ve entered countless variations of code that I’ve looked up to get it to center align, but nothing has worked yet. Do you have any suggestions?

    2) One the mobile site, the site title is overlaying the hamburger menu. How do I reduce the size of the site title without it affecting the desktop view?

    Thank you,
    Michelle

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

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

    Thank you for reaching out.

    For fixing the site title overlaying the menu issue, you can try using this CSS code:

    @media (min-width: 320px) and (max-width: 480px) 
    {
      #masthead > div > div.site-title-wrapper > h1
      {
          padding: 0px 65px 0px 5px;
      }
    }

    This change will apply only to mobile devices.

    However, in order to center the site title, the logo would have to be centered as well, since that’s how the structure of the header is made.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘Center Align Site Title’ is closed to new replies.