Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Center site title and tagline #57665
    dodo
    Member

    Hi, nvm I managed to fix it. If I remember correctly it was this code that I managed to dig up which did the trick:

    #logo-wrap {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    }

    I also removed the header for everything above 979px width resolution because I like having the site title in the sidebar instead when the screen is big enough so that the sidebar is visible on the top of the page.


    @media
    screen and (min-width: 979px) {

    #logo-wrap {
    display: none;
    }

    in reply to: Whitespace above header image on mobile devices #57552
    dodo
    Member

    Update: I decided to try using the site title for now, that removes the issue. It’s only an issue when the site title is disabled. Now I just need to figure out a way to align the site title better, it looks kind of crappy when it’s not centered or all the way to the left.

    in reply to: Whitespace above header image on mobile devices #57550
    dodo
    Member

    Woops that was the wrong code, here’s the code I’m using to remove the whitespace:

    #header-content { padding: 0; }

    It doesn’t appear to affect any resolution below 1024×768, the whitespace is still there on those resolutions. You can test this:

    http://quirktools.com/screenfly/#u=http%3A//test350.hlutverkasetur.is&w=1024&h=768&a=1

Viewing 3 posts - 1 through 3 (of 3 total)