OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
formulario de Busqueda (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Formulario de Busqueda

jaimeabril (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:formulario de Busqueda 10 Years, 3 Months ago
Karma: 0  
thanks
already solved problem 1

now please...........problem2

I need to display tabs buttons horizontally:

is now:
www.inmoglobalrent.com/index.php/compone...l-centro-de-sogamoso


thus need:
www.duyndamwonen.nl/index.php?option=com...id=51&Itemid=112

thanks for your help
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Online Now Click here to see the profile of this user
Re:formulario de Busqueda 10 Years, 3 Months ago
Karma: 101  
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
Logged Logged
Last Edit: 2014/01/22 12:33 By admin.
The administrator has disabled public write access.
jaimeabril (User)
Senior Boarder
Posts: 40
graphgraph
User Offline Click here to see the profile of this user
Re:formulario de Busqueda 10 Years, 3 Months ago
Karma: 0  
more thanks...........solved
Logged Logged
The administrator has disabled public write access.
Go to top
»