Hello,
Please write one questions one time !!!
this css
www.inmoglobalrent.com/components/com_re.../TABS/tabcontent.css
line 9
replace this
Code: |
.shadetabs li {
list-style: none outside none;
margin: 0;
outline: medium none;
}
|
to this
Code: |
.shadetabs li {
float: left;
list-style: none outside none;
margin: 0 !important;
outline: medium none;
padding: 0 !important;
}
|
and add to the bottom of the css
Code: |
.art-postcontent ul > li:before, .art-post ul > li:before, .art-textblock ul > li:before {
content: none !important;
}
|
Thanks,
OrdaSoft team