Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Hello – my mobile logo will not move down and remain centered. Have tried self-styling with css without any luck.
c1f.838.myftpupload.com
You can just barely see the bottom of the logo
Thank you for any help!
Hello,
please try to add this code into your custom css box located in General Options :
@media (max-width: 480px){
#logo img {
max-height: 140px !important;
margin-top: -70px !important;
margin-left: -43px;
}}
This should be the result: http://pho.to/Afn62
Edit the values to your wish.
Best regards!
Hi Mirela,
You are amazing thank you!!
-Claire
You must be logged in to reply to this topic.