My website looks different on other devices

Hi,

My website looks responsive, I use Activello Child Theme and I added footer manually. It looks fine on my laptop and on other laptops. Also it looks fine on my mobile (Samsung Galaxy S3) but when I check how it looks like on Ipad one of the footer’s widgets goes under another (screenshot attached)

Is there any solution?

My website: www.biggerthanlimits.com

Hope you’re fine today :slight_smile: and late happy new year! :wink:

Anna

Hi Anna,

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

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

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#footer-sidebar > div {
    float: none;
}
@media (min-width: 768px){
#footer-sidebar > div {
    width: 31.333%;
    float: left;
}
}

Happy new year…!!! :slight_smile:

Best Regards,
Movin

Thank you! It worked! :slight_smile:

I have one more question though. Is there a way to make the Search button the same size as GO button when the screen is smaller? It’s not a huge deal I’m just a perfectionist :wink:

Anna

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/activello/ 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.