Content area dropdown isn't aligned with text

Hey there,

I’m having some issues with the first content dropdown (Info box) not positioned correctly. I temporarily gave it a 25% margin on the sides for bigger screens but this is not ideal and the box doesn’t fit the screen on mobile screens. It’s only this box though, as the rest of the info boxes work as intended. Is there a better/universal solution where I don’t have to define its position for every screen size?

Thanks!

Hi There,

Thanks for writing in!

Please remove the CSS tha you have added for the info box, and please add this CSS.

.el16.x-mod-container {
  display: inline-block;
}
.el16.x-dropdown.x-active {
 left: -110px;
}

Hope this works.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.