Hello @jessamca11,
Please share your site URL where you want this modification, also explain your issue by giving us screenshot here.
Thanks
Hello, thanks for your response.
Here is the link where I am trying out the tabs – https://peggilepage.com/becca/
Here is the original page – you can see how the content is full screen, and on the tabs it has margins – https://peggilepage.com/models/becca/
Hello @jessamca11,
Where you are using tabs on this page (https://peggilepage.com/models/becca/) – https://ibb.co/BrGG3gy
Please check and explain properly by sending us screenshot also mark your issue in screenshot.
Thanks
Hello – this is the page I am using the tabs – https://peggilepage.com/becca/
As you can see in the original page without the tabs, the gallery takes up the full width. https://ibb.co/WWY66PW
In this image you can see the page with the tabs, and that there is a margin. Is it possible to also make the tabs container go the full width of the page? https://ibb.co/dgq3x8S
Thank you
Hello @jessamca11,
It is coming from your theme having class named .ast-container
@media (min-width: 769px){
.ast-container {
max-width: 1240px;
}
}
You have to put tabs shortcode in full-width page or increase this max-width.
Thanks
Thank you very much for your response