radu boanca
asked 9 years ago

Hey there,
The plugin is working just fine, just that in the mobile version , questions are not fully responsive and the go out of the layout.
can you help me with this problem?
here is a screenshot from the mobile version : https://drive.google.com/file/d/0BxvgkK1Kf6dHWV9VZGtGNjVid2c/view?usp=sharing
 
Thanks in advance

3 Answers
DominicStaff
answered 9 years ago

Hi,
Please send me your site for further checking.
Regards,

radu boanca
answered 9 years ago

hi Thanks for the reply, the site is geeks.eurogsm.ro.
 
Thanks in advance

DominicStaff
answered 9 years ago

Hi,
Apologies foe the delay in replying to you, you can add the following code to the style.css file to resolve this issue:

@media (max-width:480px) { 
    .container, header, #main-nav, #footer-widget-area, .scroll-box-wide .group_items {
        width: auto !important;
    }
    header {
        min-height: auto;
  }
}

If you still face there issue, you can send me username & password of your site (via private answer), we will help you resolve it.
Hope this helps !

Powered by DW Question & Answer Pro