Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] PERPLEXED WITH TRIANGLE DISAPPEARING

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185903
    drotar
    Participant

    is it possible for anyone to look at my site:
    http://www.thomasdrotardesign.com and figure out when
    the browser is 769 the arrow underneath the Navigation holder sizes perfectly. it is golden and beside it is “SWIPE DOWN PAGE”

    at 769 size, the border is grey.

    now if you expand your browser above 1280px you will see that the arrow turns black but is cut in half. I cannot get the other half to show. it is the same size as the 769 but it appears bigger ( i changed the color to black to make it distinct from the 769 one)

    why is it changing size on its own and why is it being cut off. it is fixed and is in pixels, not %

    appreciate your input.

    #185905
    Paulie_D
    Member

    It’s a link so it’s affected by this

    
    header nav a {
    padding: 6px 10px; <---- this
    font-size: 2.2em;
    }
    

    If you disable the padding in Developer Tools you can see the difference.

    #185906
    drotar
    Participant

    Paulie_D is a genius! there is no two ways about it!

    #185907
    Paulie_D
    Member

    <blush>

    #185908
    drotar
    Participant

    you, sir save me hours, days, weeks. You are much appreciated. if you are ever in Venice, CA please call me so I can treat you to lunch. it’s the least I can do. thank you, again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.