Theme Tabs Display as An Accordion

Hi Support

I have created a set of tabs which can be seen here http://akiratestzone19.co.uk/buy-tickets/ - the issue is they are displaying as an Accordion and i cannot seem to get them to display as they are shown in the backend end as a horizontal line of tabs

Any ideas?

Regards
Tony

Hello Tony,

Thanks for writing in!

You are experiencing this issue because you have added a custom css code that has affected the tabbed content element.

body .x-main ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

Please remove this code or at least remove the width: 100% in the code so that your issue will be resolved.

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.