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?

issues with styling
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: issues with styling
#29812
issues with styling 11 Years, 11 Months ago Karma: 0
Hi,

Firstly, I have big dreams for this fantastic module but I am a little stuck with making it work.

I am using this module to publish my user menu, which only appears when a user has logged in (the normal situation). I want the menu to be right-aligned, just left of a drop-down login box and at the top of the page. It should also not create a large buffer in the header that it currently does (when disabling the module the green header bar has much less height). After that, I'd really appreciate a point in the right direction of how to change the style.

My website is notascratch.com and you can see the menu if you log in (try username test, password test). Even if you don't log in you can see that the logo has been pushed right now. The menu is currently set to drawer position.

Do you have any advice?

Many many thanks in advance,
Luke
Last Edit: 2012/07/13 21:11 By lukehold.
The administrator has disabled public write access.
 
#29813
Re:issues with styling 11 Years, 11 Months ago Karma: 748
Hello,

Try to use the next CSS rule:

Code:


#rt-drawer .ux-menu-container
{
  position: absolute;
  top: -15px;
  left: 632px
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#29815
Re:issues with styling 11 Years, 11 Months ago Karma: 0
That nicely takes care of the positioning but the header is still being stretched vertically. The attachment shows what it is like when unpublished.
The administrator has disabled public write access.
 
#29816
Re:issues with styling 11 Years, 11 Months ago Karma: 748
This space is added by site template. If you want to decrease it, create a new module position in site template or contact site template developers so they help to change it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29817
Re:issues with styling 11 Years, 11 Months ago Karma: 0
Okay, thanks. Finally, any tips on which file changes the CSS?
The administrator has disabled public write access.
 
#29818
Re:issues with styling 11 Years, 11 Months ago Karma: 748
You can use FireBug addon for FireFox browser to investigate elements styles.

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