- This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Photo Perfect Pro › Sticky Menu Center Align
Tagged: sticky menu
Is there a way to center the sticky menu on desktop? (
Currently, everything aligns to the left and looks a little odd with a big empty gap on the right.)
Hello @SOARTS, Please add this CSS in the Additional CSS
@media only screen and (min-width: 767px){
.sticky-menu-enabled #main-nav li {
left: 328px;
}
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
You can adjust the numbers as per your need.
Regards,
Themepalace
It centered the Sticky Menu correctly, however, the submenu did not shift with it and are unclickable.
That worked perfectly! Thank you!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



