Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • global21 Friend
    #207808

    Hi,

    Every time our homepage is loaded my tabs section (in the sidebar) only shows the content at 137px high

    I have set the css to show content with the height set to automatic but the element style is overriding it.

    When i click on another tab it extends to show all the content.

    Can someone point me to where i can change the element height of the tabs.

    Many Thanks

    Saguaros Moderator
    #575424

    Hi

    In which page can I see the tabs on your site?

    global21 Friend
    #575463

    Hi Saguaros

    The web address is http://www.lcdc.cab

    Thanks

    Saguaros Moderator
    #575549

    I see that URL but I can’t find the tab as you mentioned in the homepage, send me the URL where I can see the tabs

    Saguaros Moderator
    #641879

    I see that URL but I can’t find the tab as you mentioned in the homepage, send me the URL where I can see the tabs

    Saguaros Moderator
    #740540

    I see that URL but I can’t find the tab as you mentioned in the homepage, send me the URL where I can see the tabs

    global21 Friend
    #575601

    Its on the homepage in the sidebar.


    1. screenshot_tabs
    Saguaros Moderator
    #575610

    Try opening the file: root/plugin/system/jatabs/jatabs/themes/blazes/style.css

    Look for this css rule:


    .blazes .ja-tabs-title-top {
    height: 30px;
    border-bottom: 1px solid #e1e1e1
    position: relative;
    width: 100%;
    margin-bottom: 10px;

    replace with:


    .blazes .ja-tabs-title-top {
    height: 894px !important;
    border-bottom: 1px solid #e1e1e1
    position: relative;
    width: 100%;
    margin-bottom: 10px;

    global21 Friend
    #575623

    I have done a quick fix by adding this css code to my custom css file
    .ja-tab-panels-top {
    height: 840px !important;
    }

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum