Centering Top Nav Menu

Discussion in 'BizWay WordPress Theme' started by smarta, Mar 19, 2015.

  1. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I know it's probably a simple addition to the Custom CSS but I can't seem to get the menu to center

    I only have a few menu items and it looks odd aligned to the left & would suit the logo a lot better if it was centered
     
  2. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I juts realised I also need to make the menu container the same width as my logo - which is 970px
     
  3. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    I have this in the css

    .top-search
    {
    display:none;
    }

    although it is not displaying could it still be using the space?
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Could you please provide your site URL.

    Regards,
    Sameer
     
  5. smarta

    smarta Member

    Joined:
    Jul 20, 2012
    Messages:
    225
    Likes Received:
    4
    thanks - I'm using a site disabler until it's ready to go - the site won't be live for a few days - will advise URL then

    I have removed the Search box code from the template and the menu area is now longer - but I'd still like to center it
     
  6. sameerwalkar

    sameerwalkar Guest

    Hi,

    Check applying the below code
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu_wrapper {
      margin-left: 21%;
    }
    adjust the margin as per requirement

    Regards,
    Sameer
     

Share This Page