- Posts: 64
- Thank you received: 1
Split column position
- Daniel Blasco
-
Topic Author
- Offline
- Senior Boarder
-
Less
More
12 years 6 months ago #2558
by Daniel Blasco
Split column position was created by Daniel Blasco
Need, if possible that top-content be split into three columns as bottombox 1,2.3, ...
It is to get each column a different category of items.
Thank you!
www.pixelatumente.es/ortomediterraneo
It is to get each column a different category of items.
Thank you!
www.pixelatumente.es/ortomediterraneo
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 6 months ago #2574
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Split column position
Hi,
Just create 3 modules and put them into top-content possition.
After that, add the css into customs.css
For example:
Thanks
Just create 3 modules and put them into top-content possition.
After that, add the css into customs.css
For example:
Code:
.ot-top-content .otModule {
float: left;
width: 33%;
}
.ot-top-content .otModule .otModule-i{
overflow: hidden;
padding: a b c d; /* add padding as you want */
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.187 seconds