OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Classic Real Estate Manager (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Classic Real Estate Manager

adicoto (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Classic Real Estate Manager 4 Years ago
Karma: 0  
Hello !

And thanks for your wonderful templates.
At the template mentioned above, Classic Real Estate, how can I make 2 modifications:
1. Fixed header (as in Service Station for example)
2. Submenu unfolding to right instead of left ?

Best regards
adicoto
Logged Logged
Last Edit: 2020/03/09 13:21 By adicoto.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Classic Real Estate Manager 4 Years ago
Karma: 101  
Hi Adicoto,

Please send link to your site

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
adicoto (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:Classic Real Estate Manager 4 Years ago
Karma: 0  
Now it's working. Posting was disabled.
www . asimobiliare . ro is the site
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Classic Real Estate Manager 4 Years ago
Karma: 101  
Hello

Please ask your question at one site place.

For do what you asked you need to bottom of CSS file
{your site}/templates/classic/css/style.css

add code:
Code:


.header{
  left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 123;
}

.slider-row.row {
    margin: 85px 0 0 0 !important;
}

.main_menu ul.nav li.parent ul li ul.nav-child {
    right: -100%;
}



Please backup your site first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»