• Resolved catsman

    (@catsman)


    when installing and click the dropdown all content is pushed down, it should overlaw over everything (on top of everything when the dropdown is used) how can i set this what css code i need exactly? z-index i suppose

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same issue it forcibly expands my header height shifting things around when the box is expanded, I just want the dropdown to stay static. In the browser dev tools if I set the .gt_switcher position to absolute, it works alright.

    This is the CSS override I am using for now, it looks okay:

    .gtranslate_wrapper {
    position: fixed;
    margin-top: -10px;
    margin-left: 20px;
    }

    How did you figure it out? Your language dropdown on Pacospain.net is nice.

    • This reply was modified 2 years, 4 months ago by toasticuss.
    • This reply was modified 2 years, 4 months ago by toasticuss.
    • This reply was modified 2 years, 4 months ago by toasticuss.
    • This reply was modified 2 years, 4 months ago by toasticuss.
    • This reply was modified 2 years, 4 months ago by toasticuss.
    Thread Starter catsman

    (@catsman)

    i did not figure it out i wanted to use the one with the flags, instead i used the other dropdown πŸ™‚ and thank you for the kind words

    tried out your css it did work, besides my second white header it goes over it… but nice fix

    • This reply was modified 2 years, 4 months ago by catsman.
    • This reply was modified 2 years, 4 months ago by catsman.

    Actually that css fix / hack may be pretty bad for some people, the drop down will be fixed in that location and will scroll as you move down a web page. That may work for people that use a sticky header / nav bar but not everyone.

    Thanks for the tip about the other drop down style! I didn’t even realize that was there. That works fine for me too. It also wouldn’t be to hard to modify that with some Javascript to add flags to it as well.

    • This reply was modified 2 years, 4 months ago by toasticuss.
    • This reply was modified 2 years, 4 months ago by toasticuss.
    Plugin Author edo888

    (@edo888)

    Hi,

    I have checked your website and I see you are using basic dropdown and it works fine.

    Thanks! πŸ™‚

    Thread Starter catsman

    (@catsman)

    yes i did not had a choice, because with flags it does what it shows in the screenshot i uploaded…. so any solution for that problem or not????

    Plugin Author edo888

    (@edo888)

    If you want me to check the issue for you. You will need to make sure the issue persist on your website and let me know.

    Thread Starter catsman

    (@catsman)

    ???? i think the screenshot says enough… i do not even understand why 1 work and the other one not, should be same code apparently it isn’t

    same problem. I want the drop down with flags, the translator is in my header, but it pushes all the content down

    Thread Starter catsman

    (@catsman)

    yep but they do not care, because no response

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘content pushed down’ is closed to new replies.