
In case you use our AyaMagazinPro theme (or some of the other themes we provide) and you need to center the logo, here is how it can be done:
- Login to your Admin Panel
- Navigate to Left Menu -> Appearance -> Customize
- Open ‘Additional CSS’ section
- Insert the following code:
#header-logo {
float:none;
display:inline-block;
}#header-main-fixed {
text-align: center;
}#navmain {
position:relative;
} - Save Changes
Leave a Reply