Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Navigation bar not stretching

    Template Contemporary Green, http://www.primopipez.com

    Across the top of my page I have a drop down navigation bar.
    I am having trouble making it stretch to the full width of the body.
    Any suggestions?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Navigation bar not stretching

    You have tinkered with far too many things to make this site view in an attractive way.

    On my wide-screen, it looks awful.

    Making a site 100% width creates problems on widescreens, and then you have put other things in to STRETCH images, backgrounds etc...

    Start again with your stylesheet.
    20 years a Zencart User

  3. #3
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Navigation bar not stretching

    I have a similar dropdown menu structure using <ul>s, which is wrapped in two divs - an outer and an inner - namely navtop and navtop2 respectively.

    To control the layout, I created a special css file called stylesheet_headerfooter.css which contains amongst other things:

    Code:
    #navtop {
    	z-index:1;
    	width:98%;
    	margin:0 auto;
    	padding-top:0.5em;
    	color:#fff;
    	font-weight:normal;
    	font-size:1.0em;
    	text-align:center;
    	}
    
    .navtop2 {
    	width:30.8em; /* adjust to fit */
    	margin:0 auto;
    	text-align: center;
    	}
    
    .navtop2 ul {
    	padding-top:0.5em;
    	margin:0 auto;
    	}
    The only problem I have encountered with this is when the navtop width is less than the navtop2 width, such as on small screens like mobile phones, the menu wraps with unintended consequences.

    In your case, you could try adding the inner div and changing
    text-align: center;
    to
    text-align:justify;


    Hope this helps
    Last edited by dw08gm; 27 Mar 2013 at 03:30 PM. Reason: clarity

 

 

Similar Threads

  1. v139g Top Navigation Bar not showing even with cat tabs enabled
    By palagio in forum Basic Configuration
    Replies: 22
    Last Post: 12 Jul 2012, 10:45 AM
  2. Navigation Bar/Header Links not working
    By SimpleeStated in forum Basic Configuration
    Replies: 1
    Last Post: 27 Aug 2010, 08:50 PM
  3. Navigation Bar Links not working.
    By SimpleeStated in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Aug 2010, 12:54 PM
  4. Navigation Bar not showing up even with cat tabs on
    By arconser in forum Basic Configuration
    Replies: 10
    Last Post: 21 May 2007, 02:14 PM
  5. Customize navigation bar on top and bar at footer
    By kippo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2006, 03:28 PM

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