Okay
  Public Ticket #1216696
Bottom Right absolute position element
Closed

Comments

  • James started the conversation

    Hi

    I have a sticker/sash needed in bottom right of the Nectar slider. It is working, until we realise the breakpoints, where it no longer sits well.

    I have given the <img> a class, and inserted in row with Raw HTML

    .BWC{
        position: absolute;
        bottom: 1px;
    }
    @media only screen and (max-width : 1000px) {
      .BWC{
        right: -45px;
        border: 1px #00f solid;
        width: 100px!important;
        height: 100px!important;}
    }
    @media only screen and (min-width : 1000px) {
        .BWC{
          right: -90px!important;
          width: 160px!important;
          height: 160px!important;}
    }
    

     I would like to know if there is a better solution than Im trying?

  •  9,012
    Tahir replied

    Hey Again,

    The Css seems to be the correct way . Let me know if you need to fine tune it . 

    Thanks


    ThemeNectar Support Team