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?

Menu on right
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Menu on right
#48327
Menu on right 10 Years ago Karma: 0
Hi, I want to use the menu on the right side (original it starts on left) If I use the following code:

.yuimenubarnav
{
text-align: right;
}

.yuimenubarnav .bd
{
display: inline-block;
}

It starts right but there is no line left from first button and the menu bar is higher than before.
Perhaps I can use the css direct. I use the safe mode and know where the css are placed.

Thanks in advance
BvW
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#48328
Re:Menu on right 10 Years ago Karma: 746
Hello,

Send a link to a page where we can see the menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48329
Re:Menu on right 10 Years ago Karma: 0
Hi, You will find the menu in www.bilderundmehr.eu
At moment I have switch back to the original but I can switch it "with" the changes.
BvW
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#48330
Re:Menu on right 10 Years ago Karma: 0
So, I have done the changes. You can see the menu on right with the small issues.

Thanks in advance for your help
BvW
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#48331
Re:Menu on right 10 Years ago Karma: 746
Use the following CSS rules:

.yuimenubarnav
{
text-align: right;
line-height: 0 !important;
}

.yuimenubarnav .bd
{
display: inline-block;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48332
Re:Menu on right 10 Years ago Karma: 0
Hi, many thanks. It works
BvW
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1