Hi, is it possible to center the secondary menu (above logo)? Looks good on mobile, so would like to make it the same for desktop.
Also, if it can be excluded from certain pages? Thanks.
Hey sharynt3,
To center the Header Phone Number/Extra Info text above the header try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#header_meta .phone-info {
width: 100%;
text-align: center;
}
and to hide the Phone Number/Extra Info text on the two pages that you linked to try this css:
.page-id-1822 #header_meta .phone-info,
.page-id-1870 #header_meta .phone-info {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks Mike, it worked!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike