- Posts: 2
- Thank you received: 0
How to edit the left colum margin width?
- Steven Lee
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 10 months ago #1484
by Steven Lee
How to edit the left colum margin width? was created by Steven Lee
How to edit the left colum margin width? Thanks
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 10 months ago #1496
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: How to edit the left colum margin width?
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:
Thanks
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:
Code:
.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 following user(s) said Thank You: Steven Lee
Please Log in or Create an account to join the conversation.
- Steven Lee
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 10 months ago #1498
by Steven Lee
Replied by Steven Lee on topic Re: How to edit the left colum margin width?
Hi linh_omg
It's work!!
Thank you very much!!
It's work!!
Thank you very much!!
Please Log in or Create an account to join the conversation.
Time to create page: 0.183 seconds