Hello @jessamca11,
Please share your site URL where you want this modification, also explain your issue by giving us screenshot here.
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