Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1179443

    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,

    • This topic was modified 4 years, 9 months ago by sitadi.
    #1179482

    Hey,

    Thanks for contacting us!

    Login credentials did not work for me. Could you please check them once again?

    Regards,
    Yigit

    #1179521

    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,

    #1179582

    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

    #1179595

    Thank you Yigit, I will check that !

    #1179655

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modele page 100%’ is closed to new replies.