Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #378748

    I have the main content of the site set at 1310px. When viewing a blog entry with sidebar the text width is 800px. I would like to reduce that to 600px but can’t find a way to do that in the Panel?

    I tried adjust the ratio of content to sidebar in General layout – Dimensions but it does not affect the content width.

    Update – Sorry I meant 640px wide.

    • This topic was modified 9 years, 10 months ago by Calcite.
    #379144

    Hey Calcite!

    You should be able to use the content | sidebar ratio option to do that. A ratio of 52 | 48 should get it to around 640px.

    Can you send us a link?

    Cheers!
    Elliott

    #379161

    Hi Elliot,

    I have tried that but its not really what I’m trying to achieve. I want to keep the sidebar at about 30% of the total width and then limit the image and text width in the main content area to about 640px width.

    Is that possible?

    I don’t have a live server at the moment but will have in the next few days.

    #379538

    Hi!

    Please post the link to your website when you launch it so we can provide you more accurate CSS code. If you could post screenshots showing the changes you would like to make, it would help a lot as well. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #379575

    Hi Yigit,

    In the linked image I would like the text width (currently 800px) to be set at 640px.

    https://dl.dropboxusercontent.com/u/103857420/blogwidth.jpg

    Kind Regards,

    Al

    • This reply was modified 9 years, 10 months ago by Calcite.
    #379610

    Hi

    Please try adding following code to Quick CSS

    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { 
    max-width: 100% !important; 
    }

    Best regards,
    Yigit

    #379628

    Hi Yigit,

    Unfortunately it did not make a difference.

    #379653

    Hey!

    Then i think we are going to need to wait until you launch your website to provide you a proper solution. We will keep the thread open and it will be on hold until you reply

    Cheers!
    Yigit

    #379714

    OK – Will get back to you soon – Thanks.

    Al

    #379879

    Hey!

    Let us know once the site is live. :)

    Regards,
    Ismael

    #380937
    This reply has been marked as private.
    #380942

    Hi!

    Please add following code to Quick CSS

    .single .entry-content-wrapper {
    max-width: 600px;
    }

    Cheers!
    Yigit

    #380959
    This reply has been marked as private.
    #380965

    Hi!

    You can use following code and adjust as needed

    .single .content .entry-content-wrapper {
    padding-left: 50px;
    padding-right: 0;
    }

    Cheers!
    Yigit

    #380980

    Hi Yigit,

    After trying that I decide that the 700 px width with your first fix actually looks best so I am going with that :)

    Many thanks of for your help. I’m a beginner so hopefully I have not made any crazy mistakes with the theme, but just in case I am using the child theme ;)

    Regards,

    Al

    #380986

    Hi!

    Great! Let us know if you have any other questions or issues and have a nice weekend! :)

    Best regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.