Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Align and fix header image with first menu item #30898
    DB4Y
    Participant

    This didn’t work. It actually messed around with my entire layout. Widgets were removed, the layout was changed, certain data was set to default, etc. When I deactivated the plugin and restored the regular pro theme the issues remained. I ended up having to restore a database backup to get my site back prior to the changes. Did I do something wrong? Anyhow, I’ll change my header image size to the recommended or just use the site logo/title instead. Thank you anyway.

    in reply to: Align and fix header image with first menu item #30804
    DB4Y
    Participant

    I have updated my css (unrelated to this issue) and posted the latest below.

    Just to recap my issue… I want to move the header image to align with the first menu item without affecting the position of the search box. Using a margin-left attribute in #masthead moved the search box and the header still moves too much when the window is resized as well.

    #site-identity {
    margin-top:80px;
    }
    #masthead {
    background-position:left;
    }

    @media(max-width: 769px) {

    .site-header {
    min-height: 0px;
    }

    #page #masthead {

    padding-bottom: 0px;

    }

    }

    @media only screen and (max-width: 479px) {
    #page #masthead {
    padding-top: 0px;
    }
    }

    in reply to: Moving or resizing search form #30778
    DB4Y
    Participant

    Please disregard this post. I no longer need help on this.

    in reply to: Vertical alignment of site name/tagline with logo #30758
    DB4Y
    Participant

    Works great. Thank you!

    in reply to: Resizing Header for logo #26392
    DB4Y
    Participant

    Ignore my previous comment.

    in reply to: Resizing Header for logo #26389
    DB4Y
    Participant

    The height of my logo is 180px. I added the specified CSS with a max-height of 200px but it did not change anything. The height is still cut off.

    in reply to: Featured image slider dimensions #19406
    DB4Y
    Participant

    I understand that. But what if I don’t want to use an image that large? Is there a way to adjust the dimensions of the slider itself so I could use a smaller image?

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