Shape 5

Wordpress Club Themes => Salon n Spa - Club => : chavonnesy January 16, 2014, 01:43:49 PM



: Top Menu
: chavonnesy January 16, 2014, 01:43:49 PM
Hi

2. See my top menu it cuts the text off, how can it be fixed in the Editor?

http://blissofbalance.com/

Thank you :-X


: Re: Top Menu
: Tristan Rineer January 17, 2014, 03:56:23 PM
What top menu are you referring to? Everything looks fine to me.


: Re: Top Menu
: kirstykiwi March 26, 2014, 03:24:22 PM
I have a problem on the main menu, where the text for any letters that go 'under' the line, gets chopped off.  How can I fix this?


: Re: Top Menu
: Tristan Rineer March 31, 2014, 07:00:11 AM
Please post a link to your site so I can look at it with Firebug (http://getfirebug.com/); most likely there's just an incorrect overflow setting in the CSS.


: Re: Top Menu
: kirstykiwi May 14, 2014, 10:51:43 PM
It is in test so the IP address is 210.48.67.195


: Re: Top Menu
: Tristan Rineer May 15, 2014, 09:10:27 AM
Going to that IP address in the browser gives me a default landing page.  I can't look at your site without a URL that actually lets me see it.


: Re: Top Menu
: kirstykiwi May 22, 2014, 04:43:06 AM
Try this:
http://210.48.67.195/~renaissa/


: Re: Top Menu
: Tristan Rineer May 22, 2014, 08:42:26 AM
Try adding the following code to the end of the style.css for the theme:

:
#s5_nav li {
    overflow: visible !important;
}


: Re: Top Menu
: kirstykiwi May 27, 2014, 06:11:46 PM
Worked a treat - thanks.