Clicking a link is moving the link to the right

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 4, 2013   (RSS)

By jeffsaitz - March 1, 2013

When i click on a link in my menu, it shifts the word over about 10px. i have no CSS on it doing this, and it is causing users to be unable to click the menu items. ive attached 2 screenshots to demonstrate

Jeff Saitz
Attachments:

click.png 40K

hover.png 41K

By gregThomas - March 4, 2013

Hi Jeff,

I've had a play around in Chrome, On line 560 of default.css you have the following rule:

ul.style3 a:active {
  color:#FFF;
  margin-left:15px;
}

I think you need to remove the margin.

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com