Viewing 1 reply thread
You must be logged in to reply to this topic.
Hello, I’ve implemented Specular for http://www.vptlive.com and am happy with the way it looks on a computer – but it is not looking good on mobile. I have no idea where to start to remedy the issue. Any ideas you have or support you could offer would be hugely appreciated.
Hello,
You just have some elements too big for the mobile settings. It can be easily changed with some css. Please add this code into your custom css box:
@media (max-width: 480px){
#logo img {
margin-left: 28px;
width: 87%;}
h2 {
line-height: 25px;
font-size: 22px !important;
margin-right: 75px;}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.