Mobile

Hi @movin,

could you please support me with the following issue:

In the mobile version of the page agricolapodda.it widgets are not responsive when resizing, see screenshot attached.

Thanks a lot

Roberta

sorry for the unprecise subject line - i realised that after submission.
hope you’ll be able to change it

thanks

Hi Roberta,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

@media (max-width: 992px){
.col-sm-6.col-md-4.home-widget {
    width: 100%;
    clear: both;
    margin: 5px 0;
    float: left;
}
}

Best Regards,
Movin

Sorted! thanks a lot @movin

Kind regards,

Roberta

quick one @movin: is it possible to differentiate/adjsust the appearance in the widget on tablet portrait ? Please see how it appears now http://prntscr.com/d3qv76 I would rather like to have them in the same row, even if this means make them a bit smaller

thanks a lot

regards

Roberta

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for your other questions here https://colorlibsupport.com/c/unite-support/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.