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?

Need help with aligning menu bar
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need help with aligning menu bar
#7252
Need help with aligning menu bar 13 Years, 7 Months ago Karma: 0
dev.level9solutions.net/

On the above web site, I need to move the menu further down on the web page (approx 125 px down from the top) ..... on the same line as quick search but further right.

Look at this web site to see where the menu is located.
level9solutions.info
Appreciate your help
The administrator has disabled public write access.
 
#7256
Re:Need help with aligning menu bar 13 Years, 7 Months ago Karma: 748
Hello,

Try to add the following code to 'CSS Styles' parameter in module settings:

Code:


#{$id}
{
  position: relative;
  top: 4px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7275
Re:Need help with aligning menu bar 13 Years, 7 Months ago Karma: 0
Thanks.
also take a look again.

I need to increase the font size to 16px
remove the background image ,
change the font color to white
and want to make it flush to the right side

using firefug, it shows me:

#ariyuimenu_ariyui363 a {
font-size:13px !important;
font-weight:bold !important;
text-transform:capitalize !important;

Changing this fixes the issues, but I cannot find this css. perhaps there is a better way

Thanks again
The administrator has disabled public write access.
 
#7276
Re:Need help with aligning menu bar 13 Years, 7 Months ago Karma: 748
Font size can be set in module settings. See 'Font size' parameter. The CSS code is located in the next file:

<joomla_dir>/modules/mod_ariyuimenu/mod_ariyuimenu/templates/main.html.php

See lines #74 - 79. More about menu styles you can read in this post.

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