skip to Main Content

CSS/Shopify styling

I am working on a Shopify template for someone and am still learning both liquid and HTML, javascript really. I am struggling to align the logo on this page... https://phoenixapparel.co.uk/password At the moment I am using inline style tags to…

VIEW QUESTION

Change direction of div class rtl and ltr-Twitter bootstrap

I have this class , I need to change direction from rtl and ltr how can I do that using css ? <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet"/> <div class="services" > <div class="row" > @foreach($services as $service) <div class="col-xs-6 col-sm-3"> <div class="item"> <div…

VIEW QUESTION
Back To Top
Search