Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • felix1 Friend
    #207570

    Hello!

    I’ve tried following code in custom.css for my footer menu, because I didn’t want the menu to be stacked.

    #t3-footer .nav-pills > li {
    float: left;
    }

    It works, but only half ways. Look at the menu items, they don’t look good…

    What am I doing wrong?

    Sincerely//Felix Rimfrost


    1. footer_menu

    Felix Rimfrost

    TomC Moderator
    #574649

    What is it, specifically, you are trying to accomplish ?? :confused:

    felix1 Friend
    #574655

    I don’t want the menu items to be so close to each other.

    Felix Rimfrost

    TomC Moderator
    #574659

    <em>@felix1 478939 wrote:</em><blockquote>I don’t want the menu items to be so close to each other.</blockquote>

    I’m not seeing the same footer menu items on your actual site as in the image you originally posted :confused:

    felix1 Friend
    #574767

    Okay, now I’ve tested on Firefox, because I know that you “nerds” always uses Firefox. 😉

    Unfortunatly, I see the same problem on Firefox…


    1. footer_menu

    Felix Rimfrost

    TomC Moderator
    #574832

    <em>@felix1 479075 wrote:</em><blockquote>Okay, now I’ve tested on Firefox, because I know that you “nerds” always uses Firefox. 😉

    Unfortunatly, I see the same problem on Firefox…

    </blockquote>

    I still am not quite understanding . . . which elements are “too close together” and how would you prefer they display ??

    felix1 Friend
    #574843

    Don’t you see that the menu items “Webbkarta” and “S?k” in the red oval circle haven’t any space between them!?

    If not, I don’t know how to explain my problem… :((

    Felix Rimfrost

    TomC Moderator
    #574844

    Ahhhhhhhhh … NOW I see what you’re referring to.

    (I don’t read the language your site is in, so I didn’t know those were two separate items) :p

    At line 31 within your custom.css file, try the following modification:


    .nav > li > a {
    padding-right: 5px;
    }

    Better ???

    felix1 Friend
    #574850

    At last! :p

    I put padding-right in the code I allready had in my custom.css file, and it worked fine. 🙂

    #t3-footer .nav-pills > li {
    float: left;
    padding-right: 5px;
    }

    But there is still a small problem with the two menu items. They are not in a straight line?


    1. Not-in-a-straight-line

    Felix Rimfrost

    TomC Moderator
    #574852

    Try adding this into your custom.css file:


    #t3-footer .nav-pills > li.item-182 {
    top: 2px;
    }

    Better ??

    felix1 Friend
    #574854

    YES! :laugh:

    Thanks again for your help! Now you only have to learn swedish so we don’t misunderstand each other in the future… 😉

    Felix Rimfrost

    TomC Moderator
    #574856

    Glad I could be of assistance . . . . All the best with your continuing site development !!! 🙂

    joit Friend
    #995132

    Thanks guys,

    I had the same problem!
    I wonder why this won’t be fixed.

    Ninja Lead Moderator
    #995589

    @joit: You can give the URL of your site to see the problem on your site here, I will help you out

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

This topic contains 13 replies, has 4 voices, and was last updated by  Ninja Lead 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum