Shop Categories

X

Reply To: Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site. Reply To: Transfer the Agama pro to another site.

#27241
Zex
Moderator

Hello, Vladimir!

Sorry for the late reply, I missed your question.

Please insert the following codes into Customizing->General->Additional CSS:

/*center the primary navigation vertically*/
.site-header .sticky-header:not(.sticky-header-shrink) nav {
display: flex;
  justify-content: center;
  flex-direction: column;
  height:152px;
}
/*move logo to left*/
div#agama-logo {
    margin-left: -40px;
}
/*move primary menu to left*/
.site-header .sticky-header nav {
    padding-right: 20px
}

Regards