Hi,
I would like to make a centred color section on 50% width (this seems to be the only way to make an image stretched dynamically with the 50% text box above). I tried following this instruction: https://kriesi.at/support/topic/color-section-size-help/ but this does not work somehow, the whole color section dissapears.
Thanks for your help!!
Hey marijnmees!
You could try giving the color section an ID and then add this to your custom CSS.
#customID { max-width: 50% !important; margin: 0px auto !important; }
Cheers!
Elliott
Hi Elliot,
In reply to an old issue I finally tried to address. The code works, but one thing: how to center the color section. It is now aligned left.
Thanks
Hi!
Can you please post the link to your page where we can see left aligned color section element?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
#officeimage { margin-left: 5% !important; }
Regards,
Yigit
great, works fine! thanks.