I need to divid my page into 3 columns without the table borders being viewable

Discussion in 'Themia WordPress Theme' started by califfx, Mar 22, 2013.

Thread Status:
Not open for further replies.
  1. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    Here is the page: http://cantridenaked.com/site/apparel/jewelery/

    My client wants to actually have four columns going across but when I insert the table the table borders are still viewable.

    Here is the table code that I have used so far:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="10%">
     
  2. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    While waiting for your response I extended the page to just one continuous column with no side left widget column. However the issue with the table border is still there. please look at it here: http://cantridenaked.com/site/apparel/jewelery/ I need to make the table lines go away!!!!
     
  3. Harshvardhan

    Harshvardhan Administrator

    Joined:
    Mar 23, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    You can fix it by edit your style.css file go to line No. 69

    td, th {
    border: 1px solid #CCC;
    padding: 5px;
    }

    remove this table border code

    Your table border will remove.

    Thanks
     
  4. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    That did the trick thanks.
     
Thread Status:
Not open for further replies.

Share This Page