• Resolved thecustompainting

    (@thecustompainting)


    Hey, as you can see on my website, the logo is not exactly at the center of the page. How can I fix it? Many Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this css code

    .header-inner .col-md-4 {
        width: 100%;
        margin: 0 auto;
    }
    .navbar-brand {
        padding: 2% 0 !important;
        max-width: 100%;
    }
    @media screen and (max-width: 320px) and (min-width: 768px) {
    .header-inner {
        padding: 10px 0 0;
    }
    .navbar-brand {
        padding: 0% 0 !important;
        width: 100%;
    }
    .header-info ul.social-icons, .header-contact-info.text-right {
        text-align: center;
        display: none;
    }
    }
    Thread Starter thecustompainting

    (@thecustompainting)

    Thank you very much.

    Hi there, You are most welcome & Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to center my logo?’ is closed to new replies.