Hi,
I want to display my page over the full width but I don’t know how to do it, the “page width 100%” option does not appear in the page attributes, can you explain to me please ? I wish there was no margin to the right of the image
Thank you in advance,
Hey,
Thanks for contacting us!
Login credentials did not work for me. Could you please check them once again?
Regards,
Yigit
ok, I have changed the PW
I also abandoned the layout that I wanted to do initially but if you can explain the solution to me, for the next time.. :
>> How to make the image occupy the entire column, without any margin to the left and right of the column ? (100% width)
Thank you,
Hi,
I edited your Color Section and gave it a unique ID (“right-section”) under Developers tab and then added following code to bottom of Quick CSS
/* Delete right margin from Right Section */
#right-section .container { margin-right: 0; padding-right: 0; }
You can give a unique ID to your color section, for example “fw-cs” and then add following code to Quick CSS to display it fullwidth
#fw-cs .container { width: 100%!important; max-width: 100%!important; padding: 0; margin: 0; }
Please review your website :)
Best regards,
Yigit
Thank you Yigit, I will check that !