Shop Categories

X

Logo

Home Forums Agama Pro Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23898
    Anton
    Participant

    Hello
    How can I change the position of logo, what css code I should add?

    #23925
    Zex
    Moderator

    Hello Anton!

    Where you want to place it?

    If you want to center it, that can be done from the Customizing->Header->Logo menu.
    https://prnt.sc/qwp3xl

    Regards

    #23928
    Anton
    Participant

    I want to move it a bit left and lower, so I need an additional css code

    #23931
    Zex
    Moderator

    Hello, Anton!

    Try to insert the following codes into Customizing->General->Additional CSS:

    .site-header .sticky-header .sticky-header-inner {
        max-width: 1250px !important;
    }
    #agama-logo{
        margin-top: 20px;
    }

    Change the max-width and margin-top values per your needs.

    Regards

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