Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #688896

    Hello,

    I’ve removed my header menu links and would like to center the logo.
    I was able to center the header logo that appears after you start scrolling down the page, but not the transparency logo that shows up when the page is first loaded.

    I’ve attempted the following code for the transparency logo since it worked for the main header logo, however it will not work:

    .logo img.alternate {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }

    Page is straygrounds.com

    #689577

    Solved it myself by adding the following quick code:

    .logo img.alternate {
        right: 0!important;
    }
    • This reply was modified 8 years, 1 month ago by Littl3Jo3.
    #690110

    Hi,

    Great, glad you got it working and thanks for sharing your solution :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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