All things Shopify and commerce
Hello guys, how can i move this Text above my comparisson table?
Hi @NikosBat Please share your store url
Hello Ahmad31 and thanks for replying, here is the url and password:
nikthe
To implement the requested feature, some changes will be required in your code. If you'd like, I’m available to help you.
Hi @NikosBat ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
@media screen and (max-width: 768px){
.image-with-text__grid.grid {
flex-direction: column-reverse !important;
}
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Hello DaisyVo, and thank you. Can I somehow adjust the text and Titel to be written in full width, like the text in the top
Hi @NikosBat
You can use the code here:
@media screen and (max-width: 768px){
.image-with-text__grid.grid {
flex-direction: column-reverse !important;
}
}
Here is the result:
Please let me know if it works!
Daisy
Hello DaisyVo and thanks for replying, where do i need to paste this code?
Hi NikosBat
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.comparison-text-template--24058707509580__ss_comparison_table_6_wJ6NMY {
text-align: justify !important;
}
Result:
Best,
Liz
Learn what's possible with customizing Shopify Checkout beyond what's available out of...
By Shopify Feb 19, 20252m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025