Jump to content

Coded header, now Logo will not center

Go to solution Solved by tuanphan,

Recommended Posts

Posted

I recently had my header coded with custom font and features. I wanted to change my menu settings so the menu doesn't say Menu+, but is the hamburger button. When I removed that and changed it to hamburger, my logo went off center and cannot be drug back to the center. Is there a way to fix this without removing all of the coding ? I talked to tech support and they said this could be fixed with just deleting all of the code but I'd rather not. 

 

This can be viewed at www.oasisbellingham.com

  • Replies 4
  • Views 635
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Here is the coding for reference:

 

/*CUSTOM FONTS*/
@font-face{
  font-family: 'Gumani';
  src: url('https://static1.squarespace.com/static/66032d633065163a0916a7e7/t/6620588bfa9c1d5266c23816/1713395851904/Gumani.otf') format('opentype');
  }

h1, h2, h3, h4{
  font-family: 'Gumani', sans-serif;
  
}


/*NAV MENU*/
@media (min-width: 650px){
.header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
}
.header-display-desktop .header-burger {
  display: block;
}
.header-display-desktop .header-nav {
  display: none;
}
/* Burger icon to text */
.burger-inner>div {
    visibility: .show;
}

.burger-inner:after {
    visibility: visible;
    content: ;
    font-size: 20px;
    color: #582308;
    text-decoration: underline;
    white-space: nowrap;
    position: relative;
    left: -50px;
}
}

/*Menu font*/
.header-menu-nav-item a{
   font-size: 18px;
  line-height: 1.5em;
  position: relative;
    top: -20px;
}


/*secondary button background*/
.sqs-block-button-element--large:hover {
  background-color: rgba(248, 244, 238, 0.4)
}

/*Service Page: Hover Image Zoom*/

.fe-660c5aa06942a9516f036243 a:hover {
  transform: scale(1.2);

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.