Feature description is cut off

Discussion in 'Compass WordPress Theme' started by computerpros, Jan 11, 2016.

  1. computerpros

    computerpros Member

    Joined:
    Jan 4, 2016
    Messages:
    34
    Likes Received:
    0
    The third feature descriptions has the right side being cut off. On some computers it displays fine, but on others (such as file attached shows) are cut off.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. computerpros

    computerpros Member

    Joined:
    Jan 4, 2016
    Messages:
    34
    Likes Received:
    0
    Some computers the "Nebraska, the Good Life" (featured article on the main page, just under the slider) shows up fine, but others the right side of the feature article is cut off starting at the top with the image. You may have to check on other PC's, not just one to see this. Thank you for your help. www.computer-pros.net
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    media only screen and (max-width: 1300px) and (min-width: 960px){
    .feature-content .feature-content-inner {
        width: 90%;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. computerpros

    computerpros Member

    Joined:
    Jan 4, 2016
    Messages:
    34
    Likes Received:
    0
    I tried your suggestion, but it has not changed the third column featured article from being truncated. Are you sure of the CSS code?
     
  6. priya

    priya Guest

    Hello,

    Yes, I have checked this code at our end and it works perfectly..

    I really don't have idea why the code didn't work for you..

    Would you please send us your dashboard credentials at [email protected] along with this thread link and we will do it for you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. priya

    priya Guest

    Hello,

    You would be glad to know that your issue has been resolved...

    Kindly check your site and reply...

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. computerpros

    computerpros Member

    Joined:
    Jan 4, 2016
    Messages:
    34
    Likes Received:
    0
    It does look like it is fixed, Thank you! What was the correct CSS code? I want to record what was needed to fix the issue.
     
  9. priya

    priya Guest

    Hello,

    I have added below code in Custom CSS field of your dashboard...
    Code:
    @media only screen and (max-width: 1300px) and (min-width: 960px){
    .feature-content .feature-content-inner.third {
        margin-left: 15px;
    }
    .feature-content .feature-content-inner.second {
        margin-left: 5px;
    }
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page