How to move text block?

Home Forums Jevelin Theme How to move text block?

Home Forums Jevelin Theme How to move text block?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • bartek
    Participant

    Hi,

    I would like to move a text block that contains “O mnie” in the left-bottom corner of the section? How can I do it?

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    Hi there,

     

    Can you please share a link to your website, so we can take a look on your current setup? That will help us to figure out the solution.

     

    Best regards,

    Shufflehound team

    bartek
    Participant

    Sure, it trenerdominik.pl

    I will provide you a password in the private filed

    Shufflehound
    Moderator

    Thank you, you can try this: add “column-bottomleft” as the Class Name for the column you have this block and then add this CSS snippet to your website:

    .column-bottomleft {
        justify-content: flex-end!important;
        align-items: flex-start!important;
    }
    
    

    Let us know if that works! šŸ™‚

    bartek
    Participant

    Hi, thanks for information

    I’ve added the snippet, but it still doesn’t work. Could you please let me know where exactly in the code should I paste it?

    Shufflehound
    Moderator

    It seems that the snippet is added to your website, you just just need to add the “column-bottomleft” class for the column with the “O mnie” text

Viewing 6 posts - 1 through 6 (of 6 total)