Forums

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

Home Forums CSS issues between desktop and mobile blogsite

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255610
    motherofchaos3
    Participant

    I need to add more space between the content and sidebar on my desktop blog theme. however, if i do this, it pushes the sidebar on the mobile site too far to the right. help please to get them in harmony.

    http://www.kellyseeks.com

    #255661
    JeroenR
    Participant

    Your <aside id="secondary"> is being stretched over 100% by a media query @media (max-width: 768px) for smaller devices.
    That is coming from your WP theme.
    So you can make an exception for the left padding of your .widget class with the same media query in the style.css.
    And you should also place the link to the style.css beneath the responsive.min.css to override the default behavior, because I assume that is what style.css is meant for.

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