Comments neurat started the conversationDecember 28, 2018 at 11:09amHi,is there any chance to avoid this in tablet view? The AAWP Plugin is too big and ends in the sidebar.THX 2,700PenciDesign repliedDecember 28, 2018 at 11:33amHi,The issues caused by your plugin/embed code doesn't support for responsive. You should ask author of that plugin about this That's not issues related with our theme.Best Regards,PenciDesignneurat repliedDecember 28, 2018 at 4:46pmHi, thanks for your answer. They say it is because the tablet view allready switches over at 1170px. Is there a possibility the make this wider or add some empty space?Thank you 2,700PenciDesign repliedDecember 29, 2018 at 2:29amHi,No - If they support for responsive, it should work for all screen.Ok, I think you can solved this by add more this code to Customize > Custom CSS to hide rating on tablet view: @media only screen and (max-width: 1169px) and (min-width: 961px){ .aawp-table__td-rating{ display: none !important; } } Best Regards,PenciDesignneurat repliedDecember 30, 2018 at 2:32pmThank you! This helps a lot! Sign in to reply ...
Hi,
is there any chance to avoid this in tablet view? The AAWP Plugin is too big and ends in the sidebar.
THX
Hi,
The issues caused by your plugin/embed code doesn't support for responsive. You should ask author of that plugin about this That's not issues related with our theme.
Best Regards,
PenciDesign
Hi,
thanks for your answer. They say it is because the tablet view allready switches over at 1170px. Is there a
possibility the make this wider or add some empty space?
Thank you
Hi,
No - If they support for responsive, it should work for all screen.
Ok, I think you can solved this by add more this code to Customize > Custom CSS to hide rating on tablet view:
Best Regards,
PenciDesign
Thank you! This helps a lot!