TOPIC: How to edit the left colum margin width?

How to edit the left colum margin width? 10 years 9 months ago #1484

  • steven0216
  • steven0216's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
How to edit the left colum margin width? Thanks
The administrator has disabled public write access.

Re: How to edit the left colum margin width? 10 years 9 months ago #1496

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
You can use firebug addon of firefox and see the class or id of the html element you want to change the margin style, then find it in css file (eg: the layout.css) then change. If the css style for it did not declare, just add it.

Example in layout.css:
.ot-leftcol {
    float: left;
    margin-right: 30px;
}

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: steven0216

Re: How to edit the left colum margin width? 10 years 9 months ago #1498

  • steven0216
  • steven0216's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Hi linh_omg

It's work!!
Thank you very much!!
The administrator has disabled public write access.
Time to create page: 0.100 seconds