Where To Modify The Maximum Width - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Where To Modify The Maximum Width

I

isemc

Helix Framework 4 years ago

My website uses the Helix3 framework, and now I want to adjust the width, currently it’s

@media (min-width: 1200px) .container { max-width: 1140px; } I want to adjust the overall to

@media (min-width: 1200px) .container { max-width: 1340px; }

Where should I set it in the background?

0
6 Answers
Anne
Anne
Accepted Answer
Support Agent 4 years ago #21051

Hello there,

Thanks for contacting with us. Please, go to extensions->templates->styles->shaper_helix3 - Default->custom code-> custom css and add the code.

-Regards

0
Pavel
Pavel
Accepted Answer
4 years ago #21052

Hi @isemc. If you allow...

Your code is not quite correct. You need to add a new breakpoint, but not override the existing one.

Subject to the right / left paddings 15px, the proper code will be such:

@media (min-width: 1370px) .container { max-width: 1340px; }
0
Anne
Anne
Accepted Answer
Support Agent 4 years ago #21053

Hello Pavel,

Thanks for the information!!

0
I
isemc
Accepted Answer
4 years ago #21055

Thank you for your support,

I still have the same frame problem, please clean up the cache and check my website: the drop-down of the website navigation bar does not work; https://www.isemc.com/images/2021/06/11/1.png

0
Anne
Anne
Accepted Answer
Support Agent 4 years ago #21266

Hello isemc,

Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

Best regards

0
I
isemc
Accepted Answer
4 years ago #21268

Hello i have shared

0