How can I reposition headers in the Minimal theme?

Hi can anyone help me to reposition the headers to sit next to the image in the screenshot provided? I would like the heading ‘Stationery’ and ‘Shop Now’ button to be positioned next to the image, like ‘Device Cases’ below is positioned. Thanks in anticipation, Molly.

@Molly8

Please share your store URL and store front password!

Thanks!

@Molly8 - can you please share your website link?

HI @Molly8

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.scss.css ->paste bellow code in bottom of file

.feature-row__item.feature-row__text.feature-row__text–right {

display: flex;

flex-direction: column;

align-items: flex-end;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

1 Like

Hi Richard

That worked a treat. Thanks for your help.

Kind Regards

Molly

1 Like

You are welcome @Molly8 :blush: