Menu Mod

Discussion in 'Traffica WordPress Theme' started by spoonboy90, Jan 24, 2014.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I've manage to modify the menu almost to how I want it, just don't seem to be able to remove the gaps pictured, is this possible?

    screenmenu.png

    http://currant.i1024.co.uk/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     #menu .ddsmoothmenu li {
    display: table-cell;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Thanks Gourav, the gaps are gone, it did however move the menu over to the left.

    I added
    Code:
    float:right;
    to the above code, which moved it over but the menu items are in reverse. How can I get the menu back to the right of the page?
     
  4. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Problem solved, added the float to a wrapper div

    Thanks
     

Share This Page