Hello image with text makes text to narrow on mobile, how do i widen it? Using Origin theme
@needelp Could you please share the store URL? This will allow me to inspect it and provide you with a more tailored solution.
Hello! @needelp Please follow these steps to add this CSS code:
- Go to your Online Store
- Click on “Themes”
- Select “Edit code”
- Open your CSS file. If you have a custom CSS file, open that instead.
- If you can’t find your custom CSS file, open “base.css”
- Add the following code at the end of the file.
body .image-with-text--overlap .image-with-text__content {
padding-left: 0 !important;
padding-right: 0 !important;
}
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K
wow thank you! Is 0 maximum or can i go -1?
no @needelp if you add -1 then CSS does not work the minimum 0
1 Like

