I tried to activate SSL on the test site https://test.mmrestobar.site/.
It seems to have worked, but the site still remains unprotected.
What recommendations will be?
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
}