Left Adjust Text on Featured Collection for Emerge Theme

@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