How do I get the description in featured collection to be full width?

How do I get the featured collection description to go all the way to the sides before going to the second line?

Hello @SweatFree
your website is password protected

Hi @SweatFree , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

sorry, removed the password!

Sorry, removed the password!

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the bottom of the file.

#shopify-section-template--14927606710354__featured_collection_L6UrtL * {
text-align: center;
max-width: 100% !important;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks

Hi @SweatFree ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hey @SweatFree

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed