• How do i get my primary meny to be at the center? it is driffted to the left since i removed some menu , i want it to be centered under the banner .. the name of my website is almosthomes.com
    Can anyone give me a css code to use? or something to do about it??
    i am using max mega menu

Viewing 4 replies - 1 through 4 (of 4 total)
  • Honestly, you’re not providing enough information. Which theme do you have, on what URL, so that more talented (than me) people can have a look ?

    Thread Starter almosthomes

    (@almosthomes)

    I have a mystile theme 4.2.4
    url http://almosthomes.com/
    i just need to put adjust the Menu to the center instead of from the right

    First for your logo get properly centered do this:

    remove margin from #header id that is this:

    #header {
    maring: 0px;
    padding: 0px !important;
    border-bottom: 4px double transparent !important;

    The right code is this:

    #header {
    padding: 0px !important;
    border-bottom: 4px double transparent !important;

    And for ceter the navigation:
    Change this:

    #header #navigation, #header hgroup {
    margin: 0px;
    padding: 0px;

    To this:

    #header #navigation, #header hgroup {
    margin: 0px;
    padding: 0px;
    width: 100%;

    Hope that I helped you!

    Thread Starter almosthomes

    (@almosthomes)

    @jean Paiva hahahhahaaha WOW !!! Thats amazing !!! Absolutely amazing !!! wow wow wow !!! you are unbelievable.. I have searched all over the net for this solution all week.. Thanks so much..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why is my primary menu not at at the center’ is closed to new replies.