This style works for both horizontal & vertical
Add this to your Custom CSS area:
/**
* Tabs Plugin
* From Will-Myers.com
* Inline Tab Images
**/
div.wm-tabs {
--tab-button-justify-content: start;
--tab-button-image-width: 60px;
--tab-button-flex-direction: row;
--tab-button-padding-y: 12px;
--tab-button-padding-x: 12px;
}
Be sure your image tabs are turned on with the data-image-tabs="true" feature.
<div data-wm-plugin="tabs"
data-source="/portfolio"
data-tab-images="true"
></div>