Left Adjust Text on Featured Collection for Emerge Theme

Helloooo I am trying to reposition the text in the Featured Collection on the homepage of the emerge theme. The text is currently centered and I would like it to be left adjusted. In addition, I would like to move the View Collection button to below the header text and also make it left adjusted. Any help would be so appreciated!

Site url: boobieshack.com

pw: surf

1 Like

@boobieshack

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme–async.css ->paste below code at the bottom of the file.
.featured-collection--root {position: relative;}
.featured-collection--header {justify-content: start;}
.featured-collection--show-more {position: absolute;top: 103px;left: 111px;}
1 Like