Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1087181

    Hi all – I would like to move the mobile logo to the left a bit more. How much padding do you have set as a default and how can I play with that a bit to reduce it? It runs into the search icon a bit. Thanks.

    #1087295

    Hey cece101,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    span.logo{
    padding-right:40px!important;
    }}

    Best regards,
    Jordan Shannon

    #1087498

    Great. Thanks.

    #1087610

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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