Okay
  Public Ticket #3802877
text to bottom
Open

Comments

  •  6
    lukacsdaniel1 started the conversation

    Hi again,

    I would like to put the text and "Tovább" button on bottom with responsive.

    Can you help me?

    Thanks!

  •  6
    lukacsdaniel1 replied

    The picture

    Attached files:  TO BOTTOM.PNG

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    An extra class name to the Text Area and Button so we can add CSS that will move them to the bottom?1115651035.png

    We look forward to your reply.

    Thanks,

  •  6
    lukacsdaniel1 replied

    Hi,

    I added: vc_32 and vc_33

  •  3,028
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    Could you also add a class to the column with the columns so we can assist? 

    We look forward to your reply.

    Thanks,

  •  6
    lukacsdaniel1 replied

    Hi again,

    yes i send you: cv_col

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel:

    @media only screen and (min-width: 1000px){
        .cv_col {
            display: flex;
        }
        .vc_32 {
            position: absolute;
            bottom: 7%;
        }
        
        .vc_33 {
            position: absolute;
            bottom: 0;
        }
    }

    Try this and let us know how it goes.

    Thanks,

  •  6
    lukacsdaniel1 replied

    Hi Andrew, 

    thank you so much, very cool! 

  •  3,028
    Andrew replied

    Hi Luka,

    Thank you for getting back to us.

    I'm glad we could assist.

    Cheers,