Viewing 8 replies - 1 through 8 (of 8 total)
  • I checked your site but didn’t see the sticky header as you have in your video? Are you using the Sticky Header plugin?

    Thread Starter afani9

    (@afani9)

    sorry I tried to replace it. now I have returned it like in the video that I sent.

    yes … I use the sticky header plugin from oceanwp.

    and now the error is increasing the shopping basket is getting bigger on the mobile display.

    Please help me.

    Try using the below css code and check it works or not –

    @media only screen and (max-width: 767px) {
    .center-logo #site-logo {
        position: relative;
        display: inline-block;
    }
    }
    Thread Starter afani9

    (@afani9)

    I did that but didn’t work.
    when the mini basket is clicked, the site logo must come out of the header.

    image

    I checked your site and it is working fine.

    Thread Starter afani9

    (@afani9)

    yes …
    I add !important to the code that you show above. will it have a negative effect on my site?

    @media only screen and (max-width: 767px) { .center-logo #site-logo { 
    position: relative !important; 
    display: inline-block !important;
    }
    }
    • This reply was modified 4 years, 7 months ago by afani9.

    No, it just changes the priority of the css code.

    Thread Starter afani9

    (@afani9)

    okay thanks for your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘site logo error when clicked’ is closed to new replies.