error in the blog template

Discussion in 'VideoCraft WordPress Theme' started by inetwork, Apr 8, 2013.

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

    inetwork New Member

    Joined:
    Jan 5, 2012
    Messages:
    13
    Likes Received:
    0
    Location:
    Santa Coloma de Gramanet - Barcelona - Spain
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  3. inetwork

    inetwork New Member

    Joined:
    Jan 5, 2012
    Messages:
    13
    Likes Received:
    0
    Location:
    Santa Coloma de Gramanet - Barcelona - Spain
    Hi hope this guide you a little about the problems I have made three images, the first within wordpress and you see the item code, the second as it is within the worpdress and the third is in the presentation as
     

    Attached Files:

  4. inetwork

    inetwork New Member

    Joined:
    Jan 5, 2012
    Messages:
    13
    Likes Received:
    0
    Location:
    Santa Coloma de Gramanet - Barcelona - Spain
    I was missing the third that was not loaded correctly
     

    Attached Files:

  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    ol {
        list-style: decimal;
    }
    ul {
        list-style: disc;
    }
    li {
        margin-left: 30px;
    }
    p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
        margin-bottom: 20px;
    }
    It will resolve your issue.
     
  6. inetwork

    inetwork New Member

    Joined:
    Jan 5, 2012
    Messages:
    13
    Likes Received:
    0
    Location:
    Santa Coloma de Gramanet - Barcelona - Spain
    Thanks, now if that works.
     
Thread Status:
Not open for further replies.

Share This Page