Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1834967
Width in tablet view
Closed

Comments

  • neurat started the conversation

    Hi,

    is there any chance to avoid this in tablet view? The AAWP Plugin is too big and ends in the sidebar.

    THX

  •  2,699
    PenciDesign replied

    Hi,

    The issues caused by your plugin/embed code doesn't support for responsive. You should ask author of that plugin about thissmile.png That's not issues related with our theme.


    Best Regards,

    PenciDesign

  • neurat replied

    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

  •  2,699
    PenciDesign replied

    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:

    @media only screen and (max-width: 1169px) and (min-width: 961px){
    .aawp-table__td-rating{ display: none !important; }
    }
    

    Best Regards,

    PenciDesign

  • neurat replied

    Thank you! This helps a lot!