Results 1 to 10 of 754

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Gap between sub menus

    Thank you for your reply.
    Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
    I will try to solve it on my own then and also taking in consideration your tips.
    Thank you for your reply.

    marksu

    Quote Originally Posted by ckosloff View Post
    You have posted this question before, it is a CSS issue.
    In order to avoid this kind of problem you should set your CSS to work with no gaps at all.
    You don't know if users will be looking at your site with a wide screen, so you cannot work for that scenario.
    You will have to work on your stylesheet.
    I suggest using a style editor that will show results in real time, without saving.
    I use Top Style Pro, there may be others.
    Try commenting out all paddings and margins.
    See how it looks and then add them one at a time, until you get the look you want.

  2. #2
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Gap between sub menus

    Quote Originally Posted by marksu View Post
    Thank you for your reply.
    Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
    I will try to solve it on my own then and also taking in consideration your tips.
    Thank you for your reply.

    marksu
    Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:

    #nav-cat ul ul {
    position:absolute;
    top:5px;
    left:149px;
    display:none;
    margin-left:-7px;
    }

    Zen Cart and it's community are the best!!

  3. #3
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: Gap between sub menus

    Quote Originally Posted by lankeeyankee View Post
    Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:

    #nav-cat ul ul {
    position:absolute;
    top:5px;
    left:149px;
    display:none;
    margin-left:-7px;
    }
    Thank you for your solution.
    I did not realise before now that someone responded with a solution to my question.

    Thanks

 

 

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg