Home Forums Pro Themes Travel Ultimate Pro Itinerary Page – Tabs width different to reset of page.

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #177230
    Mike Kearon
    Participant

    I have a number of tabs that I wish to use. I’m happy with the scrolling of tabs if necessary, but the width of the tab section is not aligned with anything else on the page. Is it possible to correct this? Please see https://prnt.sc/26cqtkh for example

    #177251
    Psink
    Keymaster

    can you please share your site url?

    #177253
    Mike Kearon
    Participant
    #177277
    Mike Kearon
    Participant

    According to the ‘OTHER EXCITING FEATURES’ you offer “INCREDIBLE SUPPORT”. But, so far, I’ve had to wait 8 hours for my post to pass moderation, then a further 3 hours for a reply. I then replied, and it’s now over 24 hours since I’ve heard anything. So, in total, I’ve waited almost 2 days for a reply to a problem. I also email 2 days ago regarding a number of other issues that I considered getting a customizer to help with, which I’ve still not received a reply to.
    Can you please respond?

    #177283
    Psink
    Keymaster

    We apologize for the late follow-up. Please add this CSS in the additional CSS

    .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev,
    .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next {
    visibility: visible;
    opacity: 1;
    top: 33px;
    background-color: #000;
    }
    .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next:before,
    .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev:before {
    color: #fff;
    }
    .single-itineraries .slick-prev:before,
    .single-itineraries .slick-next:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }

    .single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list {
    max-width: 100%;
    }

    • This reply was modified 2 years, 2 months ago by Psink.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.