• Resolved austin69

    (@austin69)


    Hi, instead of using a fixed position, is there a way to center a logo vertically regardless of the page size?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Sorry but we don’t have that option 🙁
    You can try using CSS to achieve that but it would require multiple @media rules to make it look good on each device.

    Something like this works for desktop:

    div.nifty-logo {
        width: 400px !important;
        position: relative;
        height: 35vh;
        padding-top: 25vh;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Center logo vertically’ is closed to new replies.