Change Values 1200 to 1400

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10039428
    Wiechu
    Participant

    Hello, thank you very much for the boostrap 5 version – great. Therefore, I have a question, where can I change the base width of the header, footer and content to a maximum width of 1400px? I tried to change the found values with the media (1200 to 1400) but it did not work. Can I count on such help? I would like to use the boostrap 5 as to the width of the content. It is based on your basic codes compatible with your last publication (download).
    Beste Regards



    Template Version: Corporate8
    #10039431
    Support
    Keymaster

    Hello, thanks for your purchase.

    On Demo Corporate 8 if you want to change the size of the container please add the following css code:

    (css/custom.css)

    @media (min-width: 1400px) {
    	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    		max-width: 1320px;
    	}
    }

    Let me know if you need further assistance.

    Kind Regards,

    Jonas


    #10039432
    Wiechu
    Participant

    Hello. I put it in the template (corp8, css/custom.css), checked the responsiveness and as I can see everything works at 1400px.
    Thank you very much for helping me so quickly.
    Best Regards 🙂
    Wiesiu


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.