Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

change the size of bar, and align only 1st left.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: change the size of bar, and align only 1st left.
#5496
change the size of bar, and align only 1st left. 13 Years, 9 Months ago Karma: 0

I would Like to change the size of my menu bar to fit my page width(just the green area), right now its a little smaller on both the left and right side, and I would like to align only the 1st menu item all the way left and keep others centered. I have tried everything I can think of and have had no luck.

site address
www.bamboofloatingfloors.com/1/

thank you!
Last Edit: 2010/07/15 20:03 By Shoot.
The administrator has disabled public write access.
 
#5498
Re:change the size of bar, and align only 1st left. 13 Years, 9 Months ago Karma: 748
Hello,

Could you say in what browser you have this problem, it seems in FireFox the menu looks as you want?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5499
Re:change the size of bar, and align only 1st left. 13 Years, 9 Months ago Karma: 0
In firefox, As you can see in the pic the "products" is centered in the menu area I would like it the be aligned all the way left. And I would like to make the whole bar to be 972px wide.
The administrator has disabled public write access.
 
#5500
Re:change the size of bar, and align only 1st left. 13 Years, 9 Months ago Karma: 748
Try to add the following CSS rules:

Code:


.s5_nicewrap_innerl .s5_nicewrap_innertop
{
padding-left: 0;
}

#s5_breadcrumbs #s5_breadcrumbsinner
{
 padding-left: 0;
}

.ux-menu LI A.ux-menu-link-first
{
  padding-left: 5px;
}

.ux-menu LI LI A.ux-menu-link-first
{
  padding-left: 16px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5501
Re:change the size of bar, and align only 1st left. 13 Years, 9 Months ago Karma: 0
Thank You so much. I can play with it from there! Your quick response is amazing.
The administrator has disabled public write access.
 
Go to topPage: 1