Before you ask please READ THIS

Function for narrower page width

edited September 2012 in Spaceship Posts: 25
Hi again. First of all, thanks for being so helpful with all this. It's really been nice to go straight to the source!

My problem: As we've discussed before, things happen when the window width gets too small. At that point the menu changes to that drop-down option and the sidebar goes down below, but i also noticed that the padding around the main content changes from 40px to 20px. So I'm guessing there's a function that tells it to change all this when the browser reaches a certain size? Can you tell me where to find that? I want to override it. Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hello.

    Main layout changes happen in style.css
    Search for

    @media only screen and (max-width: 900px) {
    form that point to almost end of file are responsive design styles.

    Thing you mention is

    #content {
    padding: 20px;
    width: 560px;
    }
    in line ~2273

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion