- Posts: 6
COMMUNITY FORUM
I need to separate columns in homepage
- Alejandro Morgado
-
Topic Author
- Offline
- New Member
Less
More
14 years 10 months ago #85677
by Alejandro Morgado
I need to separate columns in homepage was created by Alejandro Morgado
I tried anyway, but
I've failed.Thank!
I've failed.Thank!
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 10 months ago #85678
by william white
Replied by william white on topic I need to separate columns in homepage
send a link to the actual page so everyone can look at it with firebug
Please Log in or Create an account to join the conversation.
- Alejandro Morgado
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
14 years 10 months ago #85679
by Alejandro Morgado
Replied by Alejandro Morgado on topic I need to separate columns in homepage
William, my homepage es www.ideaxxion.com
thank!
William White said:send a link to the actual page so everyone can look at it with firebug
thank!
William White said:send a link to the actual page so everyone can look at it with firebug
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 10 months ago #85680
by william white
Replied by william white on topic I need to separate columns in homepage
You could add a "margin" statement with 10px dimentions top bottom left and right or just left and right to the file k2.css at line 349 to div.catItemIntroText
Please Log in or Create an account to join the conversation.
- Alejandro Morgado
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 6
14 years 10 months ago #85681
by Alejandro Morgado
Replied by Alejandro Morgado on topic I need to separate columns in homepage
Problem solved!!!
I replaced at line 349 in k2.css:
div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 2px 0;}
by
div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 2px 0;margin:0px 12px 0px 12px;}
For margin: top, right, bottom, left
Reference: www.hscripts.com/tutorials/css/marginp5.php
Thank mr. Williams White!!!
William White said:You could add a "margin" statement with 10px dimentions top bottom left and right or just left and right to the file k2.css at line 349 to div.catItemIntroText
I replaced at line 349 in k2.css:
div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 2px 0;}
by
div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 2px 0;margin:0px 12px 0px 12px;}
For margin: top, right, bottom, left
Reference: www.hscripts.com/tutorials/css/marginp5.php
Thank mr. Williams White!!!
William White said:You could add a "margin" statement with 10px dimentions top bottom left and right or just left and right to the file k2.css at line 349 to div.catItemIntroText
Please Log in or Create an account to join the conversation.