badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

adrian

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: display 1st level menu items horizontally #4189
    adrian
    Participant

    cheers Sanjip!

    I was tinkering with the code you provided in order to make further adjustments – start the box with the child menu items right under the first main menu item (instead of it’s ancestor as it is now).

    The only thing I managed to do was to re-position the container a little bit to left by simply adding the line in italic

    #access ul li ul {
        position: absolute;    /* in the parent theme style sheet */
        <em>left:-200px;</em>
        width: 978px;          /* 600px in your original code; modified for testing */     
    }
    #access ul li ul li {
        float: left;
    }

    Of course, this re-positioning is actually relative to each parent menu item. I’ve read and tried some tutorials about css position but I wasn’t able to do it.

    Should it be done with “position: relative;” instead of “absolute”?

    Thanks,
    Adrian

    P.S. I’ve sent that mail to the paid support team, unfortunately because it was related to the use of woo commerce it can’t be solved by them now, as woo is not supported currently; maybe next time I will be lucky.

    in reply to: display 1st level menu items horizontally #4155
    adrian
    Participant

    🙂

    worked like a charm!

    thank you Sanjip!

    I’m interested in adding a functionality to the attitude free theme I’m using – I’ll just send the enquiry to the paid support section of your contact page

    in reply to: display 1st level menu items horizontally #4092
    adrian
    Participant

    Sorry, I’m using WampServer, so all the customization takes places on my pc.

    🙁 can I help in a other way?

Viewing 3 posts - 1 through 3 (of 3 total)