Shape 5

Joomla Templates => Touch of Soul - Club => : Matthew Titusq November 30, 2009, 09:17:07 AM



: How do I change the side that the sub-drop-downs appear on?
: Matthew Titusq November 30, 2009, 09:17:07 AM
Hello.

Please see my site: http://www.homelessrobot.com/

Notice that when the user highlights "meet matt and tamsen' on the main top menu, and then hovers over 'books' the book titles appear to the right of the drop down and off screen on most computers... 

Is there a way to make this sub-drop-down appear to the left of the drop-down?

Thanks,
Clay


: Re: How do I change the side that the sub-drop-downs appear on?
: mikek November 30, 2009, 11:47:53 AM
Hello, if you add the following to the bottom of your template_css.css file it should will move it:

#s5_menu {
float:left;
}


: Re: How do I change the side that the sub-drop-downs appear on?
: Matthew Titusq November 30, 2009, 12:32:25 PM
I did this but it has not fixed the problem.

Thanks.


: Re: How do I change the side that the sub-drop-downs appear on?
: Matthew Titusq November 30, 2009, 02:28:35 PM
Please help.  I really need to get this issue resolved.

Thanks


: Re: How do I change the side that the sub-drop-downs appear on?
: mikek November 30, 2009, 05:05:04 PM
Hello, I am looking at your css file and the code I pasted above is not in there:

http://www.homelessrobot.com//templates/touch_of_soul/css/template_css.css

That code must go at the bottom of that file.


: Re: How do I change the side that the sub-drop-downs appear on?
: Matthew Titusq December 01, 2009, 10:36:16 AM
The code IS at the bottom of the file! (and no, I didn't just change it, haha)

Also:  I'm not trying to anchor the bar to the left, I want the sub drop downs to appear on the left side of the drop down.


: Re: How do I change the side that the sub-drop-downs appear on?
: mikek December 01, 2009, 12:03:11 PM
Hello, you can't move the subs to the left side without a lot of custom programming.