Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
I upgraded to the new version of Folie this morning. Having to redo and position some things but having a lot of problems with the logo in the main header. It looks fine on desktop view but when changing to tablet or phone view it moves up too far. I tried using the responsive logo images but it puts these on all the views so they’re all over the header. So I put clear one pixel spacer png in those to make that go away. If I don’t you can see missing image x when viewing in explorer. I’ve tried several things to try to fix this problem but now frustrated.
Hello,
This is the view i get in iphone when the iphone/ipad logo are removed:
https://postimg.org/image/jvl2260uf/
And this is the view in ipad:
https://postimg.org/image/bq3041mw7/
To center logo in ipad, add this css into your Additional Css menu:
@media (max-width: 979px){
#logo {
margin-left: 65% !important;
}}
Let me know.
Best regards!
You must be logged in to reply to this topic.