Home Forums Pro Themes Education Hub Pro Main Menu position

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #142759
    Nicolai Zimin
    Participant

    Hello.
    When using your theme Education Hub Pro Version: 3.1.2 – I miss adjusting the position of the Main Menu on the top line (www.skm-import.de). At this moment everything moved to the left side. For a more or less better visual uniform look, I will have to add two more pages to the menu to make everything look proportional and beautiful. Can I somehow correct this? Or do I need to change the theme with more flexible menu settings? Sincerely.
    Nikolay.
    info@skm-import.de

    #142851
    Psink
    Keymaster

    Hello Nicolai

    We are really sorry for having you in trouble with one of our themes. For now, we will send a request to the theme author to add options for a menu in the theme so that it will be easy to change the alignment of the menu item.

    If you want to change the alignment of the menu at the moment, please mention the position where you want the menu to be – center or right. We will provide you Few lines of CSS that will quick help you to change the position of the menu item

    Regards,
    Psink

    #145693
    rvcs
    Participant

    We are having this exact issue as well. Out main menu is aligned to the left. We would prefer it be centered.

    Could you please provide CSS so we can make the adjustment?

    Thanks,
    -= Brandon.

    #145741
    Psink
    Keymaster

    Hello RVCS

    Could Please share your site URL?

    After we get the site URL, we will inspect and provide you a few lines of code to fix it

    Regards,
    Psink

    #145742
    rvcs
    Participant

    http://www.RiverValleyHigh.org

    Thanks,
    -= Brandon.

    #145994
    Psink
    Keymaster

    Hello RVCS

    Please add this CSS in Additional CSS – to align menu at center

    
    @media screen and (min-width: 767px) {
    	.main-navigation #primary-menu {
    	    text-align: center;
    	}
    	.main-navigation #primary-menu > li {
    	    float: none;
    	}
    	.main-navigation #primary-menu > li:not(:first-child) {
    	    margin-left: -3px;
    	}
    }
    

    Regards,
    psink

    #145996
    rvcs
    Participant

    Thanks.

    -= Brandon.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.