Forums › Forums › Bug Reports › tabbed content responsivity › Reply To: tabbed content responsivity
-
Hey @nikoendres ! It works now.
Anyway, I noticed that the tabbed content block is within another block. Upon moving it outside the container, the contents of each tab started to resize properly according to screen size. You can try it for yourself to see if it works on your end.
The tab buttons, however, would sometimes not fit the screen, and the font size of the tab button texts might need to be adjusted. For the tab button texts, you may start with this custom CSS:
.wp-block-ub-tabbed-content-tab-title {
word-break: initial; font-size: 12px;
}You can adjust the font size as needed.
Please let us know how it goes.