Keyword

I need to separate columns in homepage

  • Alejandro Morgado
  • Alejandro Morgado's Avatar Topic Author
  • Offline
  • New Member
More
14 years 2 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!
Attachments:

Please Log in or Create an account to join the conversation.

More
14 years 2 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
  • Alejandro Morgado's Avatar Topic Author
  • Offline
  • New Member
More
14 years 2 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

Please Log in or Create an account to join the conversation.

More
14 years 2 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
  • Alejandro Morgado's Avatar Topic Author
  • Offline
  • New Member
More
14 years 2 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

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum