TOPIC: bottom 2 on left

bottom 2 on left 11 years 1 month ago #1113

  • lollo
  • lollo's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
Hi,
I'll bottom-2 alignment on left as the bottom-1.
I'll change layout.css??
how i'll do it?
Thanks
The administrator has disabled public write access.

Re: bottom 2 on left 11 years 1 month ago #1115

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
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:
.ot-bottom-2 {
    float: right;
    text-align: right;
}

and replace it by
.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 administrator has disabled public write access.
The following user(s) said Thank You: lollo
Time to create page: 0.105 seconds