Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144882
    eduarddevries69
    Participant

    Hi there, I’m a WP beginner and would like to change the main menu location from top right to to top left of the page. I that possible?

    Regards, Eduard

    #144935
    Skandha
    Participant

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

    .site-header-menu {
    	float:left;
    }
    .site-branding {
    	float:right;
    }

    Let me if this is what you want.
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change the main menu location of Rock Star Pro Theme’ is closed to new replies.