Forums › Forums › General Questions › Tabbed Content to be fullwidth › Reply To: Tabbed Content to be fullwidth
-
Hi @LGee ! We don’t yet have a built-in way of doing this. However you may add the following code snippet to your custom CSS:
@media (max-width: 600px){ .alignfull .wp-block-ub-tabbed-content-tabs-content { padding-left: 0; padding-right: 0; } }
You may adjust the max-width value depending on the screen size of the devices where the style should take effect.
Please let us know how it goes.