View Single Post
  #9  
Old 01-12-2009, 08:52 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Two Questions - Speed Bar & Menu Titles

Yes, you just had to decrease the horizontal paddings values a bit.
for the rules below you should change the value if there is any.

Do not move the breadcrumbs with 'br' tag
just add some margin above it like this:
#location{
margin-top:15px;
}

also your .tabs are have absolute position for speedbar, that's why it messes with breadcrumbs so change from absolute to relative:
.tabs {position:relative;width:100%}

(the width was set to 80% so the tabs were not across the whole center column area )

The third line of your header is empty but is still has a height of 39px. So you should also change height to 0 for links to work properly
#header .line3{
height:0px
}
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote