• Resolved den.r.ellis

    (@denrellis)


    My site is domovaporco.com

    I’m trying to get the top menus aligned all to the left to accomodate the submenus. Any help greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there.

    The stylesheet located here –> /wp-content/themes/mystile/styles/grey.css
    contains an ID called #navigation.

    Here is the complete ID here

    #header #navigation {
    float: right;
    clear: none;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    }

    All you need to do is change the property on float from “right” to “left” so it will look like this

    #header #navigation {
    float: left;
    clear: none;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    }

    Thread Starter den.r.ellis

    (@denrellis)

    Thanks so much your a life saver! Last question and since you’ve been so much help its obviously optional. Anyway to make the products to the left too when you click on something? And what about making the white part a little transparent to bring in some of the wood background?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Why don’t you ask WooThemes this?

    Thread Starter den.r.ellis

    (@denrellis)

    I thought there support was paid?

    Thread Starter den.r.ellis

    (@denrellis)

    Thanks again for all your help I figured it out.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Then pay for it?

    www.ads-software.com forums are meant for products distributed on www.ads-software.com.

    Glad I could help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Alignment’ is closed to new replies.