Create custom CSS to change alignment of elements in section

Home Forums Jevelin Theme Create custom CSS to change alignment of elements in section

Home Forums Jevelin Theme Create custom CSS to change alignment of elements in section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    RESOLVED Posts
  • detgamletoldhuus
    Participant

    Hi Support,

    I have the same need at the topic below:

    https://support.shufflehound.com/forums/topic/change-order-of-columns-on-mobile/

    But I found the option to fill in custom CSS on the section it self, would that be an option?

    On mobile I want:

    text,image

    text,image

    text,image

    but on desktop I want every second to switch:

    text,image

    image,text

    text,image

    So I was wondering if it is possible to add some custom CSS code to the section which I want to twist on the desktop version alone?

    detgamletoldhuus
    Participant

    Solution for this topic

    Never mind, i figured out 🙂

     

    @media (min-width: 800px){
    section.sh-section.sh-section-b83b81d16e30166b2f9af72c99103690.sh-column-bbd6ac07b6ca766b86ca894db642f8b2 {
    float: right;
    }
    section.sh-section.sh-section-b83b81d16e30166b2f9af72c99103690.sh-column-303a3a0a533186b24b71e1b6dd497b55 {
    float: left;
    }
    }

    Awesome great to see you got that figured out.

    Please advise if you have more questions.

    Have a fantastic day!

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