This topic has 6 replies, 3 voices, and was last updated 8 years, 10 months ago by Fem.
Viewing 7 posts - 1 through 7 (of 7 total)
Website: http://notredamehospitalbaguio.com
I’m having a problem with the hamburger menu and the logo.
https://monosnap.com/file/bzVxMW4o9QkFPQk1fhCayBuOCfWoon
How do I fix this?
Thanks!
Its wrong setup with the google map you are using. I see the most of the inline contents are not set up properly which impacts the whole layout messed in mobile.
Your custom CSS for the logo is there
.header-style2 .logo {
padding: 5px 0 5px 40px;
}
I placed the custom CSS code here:
https://monosnap.com/file/yhNeS0UZrEmHe12iSv1ezAIsAWHtYu
But it did not work.
Force the padding with !important as shown below. If the problem still persists then please contact us via Skype.
.header-style2 .logo {
padding: 5px 0 5px 40px !important;
}
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.