Header Image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #606
    emcham
    Participant

    How can I center my Header Image?

    (I’d like to be able to do this so that it remains large in the mobile view. When I add space to the sides to accommodate the theme it makes it too small in the mobile view. Thanks!)

    #1568
    admin
    Participant

    Hello,

    Quote:
    How can I center my Header Image?

    Please use the following CSS Code Snippet via `Appearance > Prana Options > Extend Settings`

    #logo-image img {
    display: block;
    margin: 0 auto;
    }[/CODE]

    Thanks[CODE]#logo-image img {
    display: block;
    margin: 0 auto;
    }[/CODE]

    Thanks

    #1569
    emcham
    Participant

    Thank you so much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.