Shape 5

Joomla Templates => Oasis - Club => : bernd_beha July 31, 2014, 06:24:04 AM



: remove tab function and breadcrumb height
: bernd_beha July 31, 2014, 06:24:04 AM
Hi,

where and how can I disable the black slide effect for the tab show (find out more...)?
:
<div class="s5_tab_less_margin">
<div class="s5_is_row" style="width: 50%; float: left;">
<div class="s5_is_css_3" style="margin-right: 3px;"><img src="images/front/front-about-1.jpg" alt="About HDT" />
<div class="s5_is_css_initial">
<h3>About us</h3>
<h4>Your Partner for innovative electronic products</h4>
</div>
<div class="s5_is_slide_css">
<h3>Interested ?</h3>
<div class="s5_is_css_hidden"><br /><a href="index.php?option=com_content&amp;view=article&amp;id=52:about-us&amp;catid=25:about-us&amp;lang=en&amp;Itemid=229" title="About HDT">Find Out More...</a>
</div>
</div>
</div>

When I do something here the elements are not in alginment anymore!? maybe I did it wrong?

Second where can I setup the height of the breadcrump bar? I can see that 102px are setup, but I can not find it in the template.css?

Thanks!
Bernd


: Re: remove tab function and breadcrumb height
: mikenicoll July 31, 2014, 04:22:11 PM
Hello,

1) The sliding effect is because your HTML coding is calling the "Info Slide" script <div class="s5_is_css_3"> You can just modify the HTML coding if you don't want the Info Slide to be active. You can also disable Info Slide completely under the Javascripts Tab in the Template Manager.

2) You can modify the padding values here which will affect the overall height of the container.

:
Template.CSS - Line 575

#s5_breadcrumb_search_wrap {
    background: none repeat scroll 0 0 #efefef;
    padding-bottom: 32px;
    padding-top: 32px;
}

Regards,