No more support? Layout of tabs messed up

Home Page Forums WooCommerce Custom Tabs No more support? Layout of tabs messed up

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

    Posts

  • #10059

    steve3

    Participant

    Are you providing any more support to your paid clients? None of the support tickets on your own forum have been answered in quite some time.

    My issue is shown here – https://opspectraining.com/product/adv-tactical-pistol-202009-sig-sauer-academy/

    Tabs are all spread out and stacked up.

    #10064

    WebshopLogic

    Keymaster

    This plugin only registers the new WooCommerce tabs, but the design is always site specific, determined by WooCommerce, your WordPress Theme and your own site design. The tab design is not the job of this plugin as it is different for every site.

    I looked at your site, for example you can change the current css design setting (opspectraining1.png) with one of the CSS codes below, where the tabs are not as wide (opspectraining2.png). (This can be refined, your site designer can help with this.)

    Here are some css codes to try:

    #top div div.product .woocommerce-tabs ul.tabs li a {
        white-space: initial;
    }
    #top div div.product .woocommerce-tabs ul.tabs li a {
        white-space: initial !important;
    }
    Attachments:

    You must be logged in to view attached files.

    #10073

    steve3

    Participant

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.