Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2788
    Poornima
    Member

    Hello,

    Apologies for asking multiple questions in one post but

    1. I have inserted a table in my home page at http://www.spiritofyoga.co.uk using the MCE table buttons plugin. The border in the table is set to 0, but I can still see the border above and below the table.

    2. How do  remove the black  border at the top of the page?

    3. Is it possible to increase the width of the pages? For example, right now the page starts under the menu item “classes”. I would like it to start near “Home”

    Thanks

    Poornima

     

     

    #2828
    Sakin
    Keymaster

    @Poornima: just add the following CSS in Custom CSS box

    /* To remove the border */
    .home #content table, .home #content td { border: none;}
    /* To remove the black border at the top of the page */
    #header .top-bg { background: none; border: none; }
    /* Homepage Content width 100% */
    .home #main #content { width: 100%; }

    Also remove this css. this margin left is damaging your site.
    #main { margin-left: 10px; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Border above and below a table; black border at the top of the site; page width’ is closed to new replies.