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?

CSS settings
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: CSS settings
#24787
CSS settings 12 Years, 4 Months ago Karma: 0
Hi there,

have tried different variations to tweak this menu via CSS in the module settings (without success) - am initially trying to centre the whole menu. If i can get that sorted, i should be able to tweak the rest easy enough.

- 173.236.53.122/~enghearj/jupgrade

Many thanks
The administrator has disabled public write access.
 
#24793
Re:CSS settings 12 Years, 4 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


BODY DIV.art-nav-center
{
 float: none;
 right: inherit;
 text-align: center;
}

.art-nav-center .ux-menu-container
{
 display: inline-block;
 *display: inline;
 zoom: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24796
Re:CSS settings 12 Years, 4 Months ago Karma: 0
That's excellent - thanks for your prompt reply - now centred perfectly. Only downside is that the formatting set in the module is no longer there. Does this mean adding additional info to the CSS too?

many thanks
The administrator has disabled public write access.
 
#24797
Re:CSS settings 12 Years, 4 Months ago Karma: 0
Scrap that last bit - just realised i missed a closing } - durr!

again thanks for you speedy & helpful fix
The administrator has disabled public write access.
 
#27327
Re:CSS settings 12 Years, 2 Months ago Karma: 0
Hi there, sorry to be back I've recently upgraded and moved the site previously being sorted and client has subsequently requested some changes that affect the menu.

I would very much appreciate it if you could advise on CSS attributes for positioning the green menu (don't worry about that colour!) which needs to sit centred on top of the blue band under the title banner at tiger.directrouter.co.uk/~tenghear/

One day i'll know what i'm doing

Many thanks
S
The administrator has disabled public write access.
 
#27328
Re:CSS settings 12 Years, 2 Months ago Karma: 748
Try to add the next CSS rules:

Code:


#ariext82_container
{
 top: 124px;
 text-align: center;
}

#ariext82_container .ux-menu
{
 display: inline-block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12