Text Cut Off On Blog/Articles Pages

Discussion in 'ColorWay WordPress Theme' started by lisam, Oct 26, 2012.

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

    lisam New Member

    Joined:
    Oct 19, 2012
    Messages:
    4
    Likes Received:
    0
    G'day there. I am having an issue with our blog page cutting off text on the left side of articles. This doesn't happen on normal pages, only on blog pages and individual articles. I'm guessing I need to change the CSS somewhere but I'm having trouble finding where.

    Has this happened to anyone else? Screen shots are below (first image is the the affected part on the blog page ( essencelimousines.com.au/blog ) and the second is one of the articles.

    blog page.png


    blog page 2.png
     
  2. lisam

    lisam New Member

    Joined:
    Oct 19, 2012
    Messages:
    4
    Likes Received:
    0
    BTW: This happens in Firefox, Chrome, and IE.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content-wrap{
    padding-left:30px;
    }
     
    lisam likes this.
  4. lisam

    lisam New Member

    Joined:
    Oct 19, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks for that. Worked a treat.
     
  5. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
    I am having same problem. Copied code as above and it worked for blog page but not for contact us page. Could you pls give me code to fix that too. It is same problem, cut off on the left. Thank you. (My page is successbyproperty.com.au if you need to see it)
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @toniakrebs,

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

    Code:
    .content-wrap .contact {
    padding-left: 40px;
    }
     
    lisam likes this.
  7. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
    thank you. That's great
     
Thread Status:
Not open for further replies.

Share This Page