Hi, i have been trying to make the descriptions of my products showing under the product informations section so it takes the same width as the rest of the content but i can’t find a way to do it as there is no simple “text” block to put the description, is there something i’m missing or do i have to write custom code which i am a very beginner at.
thanks in advance.
@Elorecycle
You need to make some changes to the liquid code.
If you want me to do it for you, you can contact me.
@Elorecycle - it can be done, it needs custom code edits but it will change on mobile version too
I see, i started learning liquid a bit since my post and i almost got my solution but i cannot find a way to have the same columns of “nothing” on both sides like the rest of the page.
I tried to put"margin-right: 50," and “margin-left: 50” in Template>product.json>in the “custom-liquid” code but it does not seem to work, my guess is that this is not the place to put this code but i cannot find anywhere else to put it, even after looking at similar other posts on this forum.
@Elorecycle - please put your code in css files, dawn theme wil have base.css file, add it to the very end of it.
Oh right that makes more sense thanks.
Last question (i hope) is how do i identify my custom liquid section in the base.CSS, i thought it would be the string of numbers and letters but it doesn’t seem to work like that.
@Elorecycle - css is added using classes, so you can right click on the page and check what class/id the particular element/section have and use it to write CSS
Oh that’s clever, i got it to work !
Thanks a lot
1 Like
@Elorecycle - welcome, do let me know here or on email if you need any more help.