Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #440763

    Hi there!

    Is there some quick CSS I can apply to the Secondary Menu to center the text and social media icons?

    Thanks!

    #441093

    Hi kellymarie2001!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #441121
    This reply has been marked as private.
    #441124

    Hey!

    Can you please firstly choose to display secondary menu so we can provide you accurate custom CSS code?

    Cheers!
    Yigit

    #441127

    Al set!

    #441206

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_secondary_right .sub_menu {
      float: none;
      left: 45%;
    }

    Best regards,
    Yigit

    #441208

    Wonderful, thank you! It moved the navigation items but not the social media links – almost there :)

    #441211

    Hey!

    Please use following code instead

    @media only screen and (min-width: 1200px) { 
    #header_meta .container {
      width: 63%;
      margin-left: 0;
    }}
    #header_meta .container {
      width: 70%;
      margin-left: 0;
    }

    Regards,
    Yigit

    #441223

    Perfect, thank you!

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