Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : bpuschl October 29, 2011, 08:10:41 AM



: Overlapping Contents from modules
: bpuschl October 29, 2011, 08:10:41 AM
I've justed installed the Tab show module and added two modules, who shows contents from articles.

But a small part of the contents from the previous tab is shown in the current tab. Can you help?

http://www.tilsammen.dk/godevaner


: Re: Overlapping Contents from modules
: jonahh October 31, 2011, 02:14:46 PM
Try changing the margin left to what I have below:

http://www.tilsammen.dk/godevaner//templates/maxedmag/html/mod_s5_tabshow/s5_tabshow/styles.css (line 44)

#s5_button_content li {
    float: left;
    margin-left: -9px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 2px;
}


: Re: Overlapping Contents from modules
: bpuschl November 01, 2011, 11:44:26 PM
Doesn't work, neither ind Chrome or Internet Explorer


: Re: Overlapping Contents from modules
: bpuschl November 01, 2011, 11:51:59 PM
Got it to work after at couple of small adjustments

#s5_button_content li {
   padding:2px;
   padding-bottom:0px;
   margin-left:-10px;
   float:left;}

Thanks :-)