• Hi,

    On my website, I’ve added some new links to the main content of the website. However, when I hover over those links, the jump around from side to side or move other content on the page. Only some links do it. How do I fix it so all of my links stay in the same place when the mouse hovers over it? The link to the website is https://guadalupeschoolslc.org/special-events/

    Here is the CSS

    a,
    a em,
    a strong {
    color: #1b8be0;
    text-decoration: none;
    }
    a:focus,
    a:active,
    a:hover {
    text-decoration: underline;

    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links Move When Hovering’ is closed to new replies.