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?

Menus/Submenus Margins PLUS Submenus Being Blocked
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Menus/Submenus Margins PLUS Submenus Being Blocked
#22419
Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 0
Hello!

I am brand-new to Joomla! and not even a web-designer at all. I've inherited a site riddled with errors last Thursday.

After lots of trial and error, I have managed to fix 19 issues and create one new one (during the fix).

1.) I have been playing with the CSS code for the template, but cannot figure out how to prevent the misaligned submenus. When I change some margin parameter, it changes it for the main menu as well as the submenus. When I get the submenus looking ok (still not perfect), the Home menu item is pushed way up on the list.

2.) I modified the DJ Image Slider to fade in/out, instead of the annoying (for this site anyways) scroll option. In doing so, now the sub menus are all hidden behind the slide show.

Any help with these items would be greatly appreciated. I have played with this all day and am defeated. I really hope to have these resolved by Monday.

Thanks to anyone who can help! - Elizabeth

P.S. I have attached the first half or so of the CSS template. Also, the site is: ustitle.us
File Attachment:
File Name: CSS_Template___Partial.txt
File Size: 2737
The administrator has disabled public write access.
 
#22420
Re:Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 747
Hello,

Provide a link to a page where we can see described problems.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22439
Re:Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 0
Thanks so much for your prompt reply! The site is: USTITLE.US
- Elizabeth
The administrator has disabled public write access.
 
#22440
Re:Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 747
1. Could you provide a screenshot where we can see what do you want to achieve?

2. Add the next CSS rules:

Code:


#leftpan
{
 position: relative;
 z-index: 2;
}

#rightpan
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22442
Re:Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 0
Hello and thanks for the info and quick response.

As I am new (3 days now) to CSS and Joomla, where and into what section do I insert this code? (I have attached some of the CSS portion, where header and menu info appears, into my original post.) I just don't want to mess anything up, so I want to ask first.

THANKS AGAIN! - Elizabeth
The administrator has disabled public write access.
 
#22443
Re:Menus/Submenus Margins PLUS Submenus Being Blocked 12 Years, 4 Months ago Karma: 747
You can add the CSS rules to "CSS Styles" parameter in module settings or to a site template CSS file.

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