Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #670307

    Hi,
    Mobile logo position is slightly off centered. I have provided links to screenshots in box below. The following css is being used to position the mobile logo:

    @media only screen and (max-width: 767px){
    .responsive .logo a, .responsive .logo img {
    max-height: 60px !important;
    margin-top: 9px;
    display: block;
    margin: 0 auto;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    right: 3.5%;
    }
    }

    —-
    Logo size is 243 x 68. If logo needs to be resized to a specific dimension in order to center appropriately, please advise and we can adjust.

    Thanks!

    #670661

    Hi mvpacific,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #670668

    Hi,
    Link has been provided below.

    Thanks!

    #671988

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100%;
    }}
    

    Best regards,
    Yigit

    #672129

    Hi,
    Works. Thanks!

    #672516

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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