Shape 5

Wordpress Club Themes => Ameritage Medical - Club => : mattmartel December 15, 2013, 08:32:41 PM



: Flex menu movement
: mattmartel December 15, 2013, 08:32:41 PM
Hi,

Another probably simple questions I can't find the right setting for.

On the menu, how do I stop it moving up and covering the original text. Have a look at http://asbestosresearch.org.au/

A second or so after the menu is hovered over, the contents move up and cover the menu bar itself.

Thanks,

Matt


: Re: Flex menu movement
: Tristan Rineer December 15, 2013, 10:28:24 PM
It appears that you've applied a global padding to ULs, and that breaks the way the menu displays.  It also appears to have changed the positioning of the buttons for Tab Show.

You'll need to change the UL style around line 8 of editor.css back to what the original code was.

If you really want to add padding to ULs in your content, you can use the following CSS:
:
#s5_center_column_wrap ul {padding:13px;}

Just make sure that any CSS you change to style content has that ID in front of it, and it will only apply to the content area, instead of breaking things elsewhere on your site.


: Re: Flex menu movement
: mattmartel December 16, 2013, 09:50:13 PM
Again, Tristan, thanks.

I have fixed and added in the following code to give me circles before unordered lists, which is what I was sorting in the first place.

   #s5_center_column_wrap ul {padding:19px;
   list-style-type: circle;
   list-style-position: outside;}

Thanks,

Matt