Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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/q6lU

    The 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!
    Vivo

    #402232

    Hi InvivoGraphic!

    Can you please post login credentials as well as your website is currently in Maintenance mode? :)

    Regards,
    Yigit

    #402592

    Thanks a lot! I’m sending you the credentials in a private message.

    #402593

    Hi 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!
    Vivo

    #402595

    I 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!!

    #402596
    This reply has been marked as private.
    #403213

    Hi!

    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,
    Ismael

    #404669

    Thank 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!
    Vivo

    #404672
    This reply has been marked as private.
    #404998

    Hi!

    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!
    Ismael

    #405021

    Hi 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/14YGH

    You 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,
    Vivo

    #406017

    Hey!

    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,
    Yigit

    #406333

    Perfect!! Thanks SO much :-))
    Exactly the solution I was looking for!

    Toda raba Yigit!
    Vivo

    #406366

    Hi!

    Glad you got it fixed :)

    Cheers!
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.