• Hi everyone,

    I’m using this awesome “Studio” theme for my blog. I have a small trouble with the responsiveness though.

    When using theme options>layout options>primary sidebar content, layout is not displaying well blog posts on mobiles. Posts are displayed too wide and don’t fit in the available space.

    Does anyone have a solution for that?

    Best regards,

    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @thomasmilani86,

    While we have inspected your website, you are currently using the “no-sidebar” layout in your website.

    If you are referring to the overflow text in the blog posts excerpt by “layout error” in the blog listing page, you can paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS, to wrap the text in the box.

    .entry-summary p {
        word-wrap: break-word;
    }

    If this does not resolve the issue, please explain the issue further with possible screenshot so that we could help you further.

    for future reference, you can also post your queries to the theme’s official support forum for dedicated and swift support at : https://catchthemes.com/support-forum/forum/studio-free/

    Hope this helps,

    Best Regards !!

    Thread Starter thomasmilani86

    (@thomasmilani86)

    Hi Wensolutionsupport,

    Thanks for your swift response. Looks like it doesn’t solve the issue though. I have added the break-word in custom CSS + put the blog back in primary sidebar/content layout so you can check by yourself.

    I have also put a screenshot here:
    Mobile view

    Would you have any idea?

    Have a nice day,

    Tom

    Hello @thomasmilani86,

    Please add in in the following Custom CSS that should fix the issue regarding the responsive layout :

    @media(max-width:1023px) {
    
    .two-columns.content-right .content-area {
       float: none;
    }
    
    }

    Hope this Helps,

    Best Regards !!

    Thread Starter thomasmilani86

    (@thomasmilani86)

    Just perfect! Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive and primary sidebar’ is closed to new replies.