- Posts: 6
- Thank you received: 0
bottom 2 on left
- paolo palombarini
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 week ago #1113
by paolo palombarini
bottom 2 on left was created by paolo palombarini
Hi,
I'll bottom-2 alignment on left as the bottom-1.
I'll change layout.css??
how i'll do it?
Thanks
I'll bottom-2 alignment on left as the bottom-1.
I'll change layout.css??
how i'll do it?
Thanks
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 week ago #1115
by Linh Robert
Yes right
In layout.css find this code:
and replace it by
And make sure your modules or contents which put in <div class="ot-bottom-2"></div> are also float left and align left.
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/
Replied by Linh Robert on topic Re: bottom 2 on left
lollo wrote: Hi,
I'll bottom-2 alignment on left as the bottom-1.
I'll change layout.css??
how i'll do it?
Thanks
Yes right
In layout.css find this code:
Code:
.ot-bottom-2 {
float: right;
text-align: right;
}
and replace it by
Code:
.ot-bottom-2 {
float: left;
text-align: left;
}
And make sure your modules or contents which put in <div class="ot-bottom-2"></div> are also float left and align left.
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/
The following user(s) said Thank You: paolo palombarini
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds