Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
I have finally completed this website for my client but when I went to look at it on mobile and tablets, it is so bad. On the front page, the service media elements with the titles inside them, the titles and the blocks are all the way to the right. My rows and perfectly laid columns and all over the place on the services and results page. I had borders around them perfectly set up on desktop view but it has gone horribly askew on these devices. Anything that could help?
newweb.chelepis.com/wordpress
Thanks! :)
Danie
Hello,
This is how i see your site in iPhone. What do you need to change?
For the services in iPad, please add this code into your custom css box:
@media (max-width: 979px){
.services_media.style_2 h5 {
bottom: 22px !important;
width: 64px !important;
padding: 7px 9px !important;
}}
This should be the result.
Best regards!
You must be logged in to reply to this topic.