- Posts: 7
- Thank you received: 0
Hot Clinic code
-
diright
Inactive member - Topic Author
- New Member
Less
More
10 years 11 months ago #36384
by diright
Replied by diright on topic Hot Clinic code
I attached a pic of required position layout. AI ask to tell me where exactly these position located in the template? I mean, what's their names and which files contain them? The rest I will do by myself. Thanks for understanding!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #36392
by ivan.milic
Replied by ivan.milic on topic Hot Clinic code
What you have on second image is not possible to be done in such way. You need to use single positions for logo and other for all the rest.
You would then need to style inner modules inside that single postion so you first have menu at 100% and two top positions below 50% each. Use module suffix to differ them.
In menu set " menupos" , in both top " toppos" then style them something like this:
.menupos{
width:100%;
float:left;
clear :both;
}
.toppos{
width:49%;
float:left;
}
You would then need to style inner modules inside that single postion so you first have menu at 100% and two top positions below 50% each. Use module suffix to differ them.
In menu set " menupos" , in both top " toppos" then style them something like this:
.menupos{
width:100%;
float:left;
clear :both;
}
.toppos{
width:49%;
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.067 seconds