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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

make menu 100% wide
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: make menu 100% wide
#11922
make menu 100% wide 14 Years, 1 Month ago Karma: 0
hi, great joomla module and seems to doeverything i want, just curious does anyone know how to make it 100% wide, so no gap either side

www.notalivesite.co.uk/site2/


any help appreciated
thanks
Bryan
The administrator has disabled public write access.
 
#11925
Re:make menu 100% wide 14 Years, 1 Month ago Karma: 763
Hello,

If you want to do menu items wider, use the next CSS rule:

Code:


#ariyui78 LI.yuimenubaritem
{
 width: 188px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11929
Re:make menu 100% wide 14 Years, 1 Month ago Karma: 0
hi,
thanks for quick reply but i didnt explain myself properly, on menu there is a few pixels either side in white i would like menu backround 100% wide not the buttons.

thanks
Bryan
The administrator has disabled public write access.
 
#11930
Re:make menu 100% wide 14 Years, 1 Month ago Karma: 0
hi,
image attached

thanks
Bryan
Last Edit: 2011/03/06 19:50 By bn17311.
The administrator has disabled public write access.
 
#11933
Re:make menu 100% wide 14 Years, 1 Month ago Karma: 763
This padding is defined in site template CSS file. You can use the next CSS rule that avoid it:

Code:


div#main-content
{
 padding-left: 0;
 padding-right: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11934
Re:make menu 100% wide 14 Years, 1 Month ago Karma: 0
thanyou you are a great help. worked a treat

thanks
bryan
The administrator has disabled public write access.
 
Go to topPage: 1