Support » Plugin: Sticky Header Effects for Elementor » Left align logo when shrinking

  • Resolved melanie71

    (@melanie71)


    Hello! Just wondering if it’s possible to keep the logo left aligned when “Shrink Logo” feature is activated? When I scroll down the smaller logo is indented, which looks a bit strange.

    Thank you 🙂

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Robert Wattner

    (@rwattner)

    Hi, have you tried setting the image alignment to left, or the column horizontal position to start. You might also try setting the width, under advanced tab, to inline(auto).

    Let me know if and of this helps.

    Thread Starter melanie71

    (@melanie71)

    Hi Robert

    Thanks for your prompt reply! I have tried all those things – unfortunately the same thing happens. Is this the expected behaviour?

    Melanie

    Plugin Author Robert Wattner

    (@rwattner)

    No problem,

    no its not the expected behavior. The settings I suggested should have worked. It’s 10pm here, I can take a better look tomorrow when I’m at my computer.

    Thread Starter melanie71

    (@melanie71)

    Thanks Robert! Look forward to hearing from you tomorrow 🙂

    Melanie

    Plugin Author Robert Wattner

    (@rwattner)

    @melanie71 Hi,

    I have the code that will keep your logo left-aligned when shrinking. Try this css

    .she-header-yes {
    	transition: all 0.4s ease-in-out !important;
    }
    
    .she-header-yes .elementor-widget-image {
    	transform-origin: left;
    	transition: all 0.4s ease-in-out !important;
    }

    Let me know if this works for you. I added some code for better header and logo transitions also.

    The css transform is only being used temporarily until pro version is released. With pro come a completely revamped free version as well. This should work for the time being. Sorry for the trouble and thanks for your patience while we finish up pro.

    Thread Starter melanie71

    (@melanie71)

    Thanks Robert!

    @rwattner thank you, it worked for me too

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