Viewing 3 reply threads
You must be logged in to reply to this topic.
I need help centring my image (red background) with the content on the right. Can i do this without applying CSS? I need to lower the image to make it look more central with my content on the right.
Image attached.
https://postimg.org/image/ih4okmuqz/
Many thanks!
Hello,
Please go to the column Settings > Design Options and add margin/padding to position the column content to your wish.
See screenshot.
Best regards!
Thank you that is great. The only issue is that when I look at it on mobile devices it still has the big padding. Is there a way of specifying different padding (we used top padding) per device?
Hello,
Yes, you can. By specifying it with custom css. Add the css for mobile inside the @media
rule. Then paste the code in your Custom Css box in General Options. If you want to the code to affect only one specific page, add it into the page’s custom css box (look for the gear icon at the top-right corner of the page’s text editor).
Useful links: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Best regards!
You must be logged in to reply to this topic.