Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147265
    bwynne524
    Participant

    Hi,

    My menu is right next to my logo on the left hand side. I want it placed on the right hand side of the website (see below).

    http://www.savingsplusrebate.com

    I cant find the setting nor the file name that has logo and menu in it to edit the code to accomplish this.

    Please advise.

    Thanks

    #147285
    Skandha
    Participant

    @bwynne524: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .site-header-menu {
    	float:right !important;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Minor Menu Issue’ is closed to new replies.