Tagged: enfold
-
AuthorPosts
-
February 25, 2015 at 10:55 am #401951
Your theme is fantastic and I enjoy working with it :)
I’ve added a extra logo to the right of the menu bar and it looks OK on 100% browser view: http://d.pr/i/16LnQ
However, when I increase the browser zoom to 150% view the extra logo is overlapping the menu: http://d.pr/i/q6lUThe URL for the site is: http://goo.gl/a0Jzri
Is there a way to avoid this overlap between menu and extra logo?
Thanks a lot in advance!
VivoFebruary 25, 2015 at 5:45 pm #402232Hi InvivoGraphic!
Can you please post login credentials as well as your website is currently in Maintenance mode? :)
Regards,
YigitFebruary 26, 2015 at 12:02 pm #402592Thanks a lot! I’m sending you the credentials in a private message.
February 26, 2015 at 12:04 pm #402593Hi Yigit,
Thank you for your generous help and support.
Here are the credentials I created:
URL: http://mudriklab.pixelcasa.com/wp-admin
User: Yigit
Password: xVn0@NDXdlB^Thanks SO much!
VivoFebruary 26, 2015 at 12:06 pm #402595I just noticed that by mistake I didn’t mark the post private. I changed the credentials to different user and I’ll send it to you now as private. Thanks!!
February 26, 2015 at 12:07 pm #402596This reply has been marked as private.February 27, 2015 at 7:24 am #403213Hi!
Are you open to the idea of decreasing the width of the logo on smaller screens sizes?
@media only screen and (max-width: 1700px) { .custom_content img { width: 100px; height: auto; position: relative; top: 15px; }}
Regards,
IsmaelMarch 2, 2015 at 6:28 pm #404669Thank you Ismael,
I’ve tried your suggestion and I can see that it is partially work:
Screenshot for 100% browsing view: http://d.pr/i/1bEG7 (works)
Screenshot for 125% browsing view: http://d.pr/i/10Azd (works with the css you sent me)
Screenshot for 125% browsing view: http://d.pr/i/2UEL (doesn’t work -the position of the logo is superimposed on the menu items)Any idea how can I further solve this?
Thank you!
VivoMarch 2, 2015 at 6:29 pm #404672This reply has been marked as private.March 3, 2015 at 9:07 am #404998Hi!
There is nothing in the website that you can’t see in the default zoom setting so I don’t think users will intentionally zoom to 150%.
Cheers!
IsmaelMarch 3, 2015 at 9:37 am #405021Hi Ismael,
Thank you for your fast reply.
I agree that screen size of 150% is not essential.
However, when I open this site on my mac book pro (13.3 Inch) the right logo overlap the menu already in 110%.
http://d.pr/i/14YGHYou can check the site in this URL: http://goo.gl/dGg0bp
Any idea how can I further fix the right logo position?
Thanks so much for your support,
VivoMarch 4, 2015 at 8:03 pm #406017Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 1340px) { .custom_content { right: 50px; }} @media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}
Best regards,
YigitMarch 5, 2015 at 11:21 am #406333Perfect!! Thanks SO much :-))
Exactly the solution I was looking for!Toda raba Yigit!
VivoMarch 5, 2015 at 12:57 pm #406366 -
AuthorPosts
- You must be logged in to reply to this topic.