Forums

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

Home Forums CSS [Solved] Change Banner to Left Side

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #202009
    motion2082
    Participant

    Hi guys,

    How would I go about changing this banner ribbon to the right side of the container?

    http://www.bypeople.com/css-hover-effect-side-ribbon/

    #202019
    motion2082
    Participant
    #202031
    motion2082
    Participant

    Ok almost there http://tinyurl.com/pp9rfoh

    Can you guys please help me?

    There is unwanted padding below the MENU

    #202035
    Paulie_D
    Member

    There is unwanted padding below the MENU

    It’s not padding…it’s actually the inline-block div..it looks like it needs positioning.

    .ribbon1-container {
      position: relative; /* make this absolute */
      display: inline-block;
      line-height: 1;
      margin: 0px 0px 0px 0px;
    }
    
    #202037
    motion2082
    Participant

    Hi PaulieD

    that may be it…

    Yep that was it, thank you!!

    Save me losing another 2 hours of downtime

    Looking to hide on Mobile and Tablets, any tips on media queries I might need?

    #202040
    Paulie_D
    Member

    any tips on media queries I might need?

    Pick the ones that fit your design…don’t target specific devices.

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