Moving text to the left more in the banner- Turbo theme

Hi i was wondering if it possible to move the text in the banner to the left more in the turbo theme? another banner I need it to the right more. Is it possible to use a code that i can just input in the custon CSS sections.

https://www.sarahhoodstudio.com/
pass: sarahhoodjewelry

Hey @Chantelrudden ,

use the following code:

.caption.position-left {
    left: -2rem;
}

HI @Chantelrudden

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file styles.css

Step 3: Paste the below code at bottom of the file → Save

.position-left.caption.js-caption {

margin-left: 10px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly