• Hi. I’m trying to make my blog adapt to different screen sizes. Isn’t there a way to make the content area’s width adapt based on screen size?

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi there,

    Yes, you can try using a responsive theme, and it will happen.

    I was looking on your website, and it is already responsive. It is adapting the content area’s width based on screen size.

    Is https://blitedesu.net the website that you need help?

    Thread Starter alexswak

    (@alexswak)

    Yes it’s. Is it really? Because there is a wide gap between the content area and my widgets.

    View post on imgur.com

    I can see the gap, but I have checked on Chrome and Safari and there is not this gap. You could try cleaning your browser cache or open it on a private browser window and see how it goes.

    If it still doesn’t fix your problem, so it might be a problem with your theme. in this scenario maybe you should take a look at different themes or contact your theme developers.

    Thread Starter alexswak

    (@alexswak)

    I’m also using chrome! It clearly is there by me, cleared cache and everything.

    View post on imgur.com


    I want to change the themes code myself, since contacting the developer probably won’t yield anything. Can you help me with that?

    Hi there,

    Looks like I just found out what happened.

    Would you mind checking if you are using a 90% zoom on your browser?

    100% (normal view): https://i.imgur.com/qF9L146.png
    90%: https://i.imgur.com/SUgp8dr.png

    Thread Starter alexswak

    (@alexswak)

    May I ask how wide the screen are you viewing the website on? Mine is 17″

    It is 13″. Anyway, I was looking into your CSS, and there is a way to improve it:

    #primary {
    width: 68%;
    float: right;
    max-width: 1000px;
    }
    #secondary {
    width: 28%;
    float: left;
    max-width: 400px;
    }

    Please put it on your Aditional CSS and let’s see how it goes.

    Thread Starter alexswak

    (@alexswak)

    That was it! Thanks.

    Great! You are welcome. ??

    If you need further help we will be happy helping you out!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adaptability of Content Area’ is closed to new replies.