Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Responsive Design Not Being Responsive!

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263310
    arekeon27
    Participant

    Hey Everyone,

    I’m developing a website using WordPress Genesis and I wanted to expand the page width on the ‘about’ and ‘portfolio’ pages.

    I’ve done that however I am unable to maintain the responsive design on those pages.

    Unfortunately adjusting the width to auto in the media queries has zero effect.

    Even changing the width from 1% to 1000% seems to affect the layout of the text but it never looks correct no matter what I try.

    Any ideas?

    http://kevinaross.com/about/

    Thanks

    #263316
    JeroenR
    Participant

    It is because of the set width on the .content.
    Change .page-id-9 .content width: 1200px for example to max-width: 1200px, and also for .content change width: 600px for example to max-width: 600px. Then it will work.

    #263389
    arekeon27
    Participant

    Worked like a charm, thank you so much JeroenR!

    Per this post on css-tricks I also set the width: 100% in .page-id-9 .content.

    https://css-tricks.com/tale-width-max-width/

    Otherwise the desktop version went back to the default width even when I set max-width.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.