Offer

Hey,

is these possible to make offfer vertical alig middle right side?

https://medicinapractica.lt/

Comments

  • Hi,

    Please try the following CSS code:

    @media only screen and (min-width:767px){
     .offer .offer_li{
       display: flex!important;
     }
     .offer .offer_li .desc_wrapper{
       align-content: center;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • It workd thank you

Sign In or Register to comment.