OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
bicycle portal tamplate - move left_part to righ (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Bicycle portal tamplate - move left_part to righ

nugowest (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
bicycle portal tamplate - move left_part to righ 11 Years, 7 Months ago
Karma: 0  
Hello,

I have bougt bicycle template portal and started to develop upon my needs. I need one more menu on left side. I have realized that i can use the section on the div: right_part . But i need to move it to position of left part and resize . Actually my need is to change the positions of left_part and right_part .

I tried from style.css and index.php but i could not do it properly. Could you please guide me to do ?

Thanks
Logged Logged
The administrator has disabled public write access.
vkrotkikh (Visitor)
Posts: 0
graphgraph
User Offline
Re:bicycle portal tamplate - move left_part to righ 11 Years, 7 Months ago
Karma: 0  
Hi.

If you need to swap left and right part of content, you don't have to change anything in index.php. You have to add this in style.css :


#right_part {
float:left; (there was "float:right;" - change it to move right part on the left)
}

#left_part {
margin-left:320px; ( It needs to make indent from the left)
}

#content_main {
overflow:hidden; (It needs to the elements don't hide each other)
}

Thank You for buying our template
Logged Logged
Last Edit: 2012/09/11 08:13 By .
The administrator has disabled public write access.
Go to top
»