Jump to content

Control size of logo in brine family footer

Recommended Posts

  • Replies 3
  • Views 2.1k
  • Created
  • Last Reply

The following is for the logo in the header. I don't see a logo in the Brine footer. What template are you using?

First check Site Styles to see if the logo sizes are determined there. The Brine template has two logo width settings, one of which is for mobile. Type "logo" in the search box at the top of Site Styles. Also check the mobile break point. 640px is the usual setting.

The CSS examples below work for Brine, but the classes might be different for your template.


 .Mobile-bar-branding-logo
     {
     width:140px;  
     } 

.Header-branding-logo
     {
     min-width: 240px;  
     } 

You can also use @media statements and break points. E.g.:


@media only screen and (max-width: 800px)
      {
       Header-branding-logo
          {
          width: 240px;  
          } 
      }






Move along. Nothing to see here.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.