Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello,
i don’t have the same responsive like your demo, it’s seem there is a right padding.
Same for logo, it’s very small in mobile screen.
For the home image slider, in your demo too, the total text doesn’t show.
For mobile and tablet version, the form newsletter doesnt show too and there is css issue with the next block in top and in bottom.
Please let me know how to fix it.
https://goo.gl/XX9cnY
Regards
Hello,
I checked the site in mobile (Samsung S6 and Iphone 7) and this is the responsive view: https://postimg.org/image/vbvnhza7b/
You can change the logo size and position for mobile by adding this css into your Additional Css menu:
@media (max-width: 480px){
#logo img {
height: 90px !important;
margin-top: -55px !important;
}}
This will be the result: https://postimg.org/image/mtm7dzbhz/
But you can change the values to your wish.
Best regards!
You must be logged in to reply to this topic.