Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #991024

    shadman.skb
    Participant

    hey there, I’m making a website http://officeengineer.webslack.net and I cant figure out how to make the burger menu item responsive for all devices. Every time its out of place on different resolutions. If I enable child element responsive option, the animation doesn’t work. If i disable it, then the layer is not aligned. Please help me with this. Thanks!

    #991033

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! I do not see anything wrong in the slider. I am seeing this on smaller screen;

    Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you.

    #991045

    shadman.skb
    Participant

    Right Sorry, U see the burger menu is not aligned properly? Like take a look at it its a bit too right. (Gap between its both sides are not equal) And if u try going to landscape form. Ull see what i mean even clearly. Basically what i wanted to achieve was, The Burger menu will always no matter what be at the center of the brown box that i made. Is it possible to align items to specific layers in slider revolution?

    Sorry for not being clear. But i hope you understand what i mean this time.

    #991523

    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .rev-burger span {
        width: 100% !important;
    }

    Hope this helps 🙂