so I have a figma design and I use the container width from bootstrap and when I see the figma desgin which I cann’t edit the width for the pages are more bigger than the contaienr width how to fix that to make the web page excatly like the figma desgin
I try to make the container more bigger did alot of problems with the resposive
2
Answers
If you want a bigger container than the parent container to follow the Figma design then you can do it with many techniques. Here is one way to do it with
position: absolute
There should not be any responsive issue with this one.Brother, Frist of all please try to add more inputs while asking the question.
As I understood your problem, Here is the simplest solution, you don’t need to add
position on container, If you are able to edit structure please try add container on each section separately and add container-fluid or custom container class on that particular div so it will be bigger then container class. Interesting part is this is a responsive solution.
Hope this solution will solve your problem 🙂