Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1427703

    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.

    #1427705

    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

    #1427706

    Thanks Mike, it worked!

    #1427710

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Secondary menu’ is closed to new replies.