Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #332426

    Hi,

    Our logo is aligned to the top left hand side of our page and our number/company details on the top right, but when viewed on a mobile device, or specifically a smartphone, those two elements clash and display over one another.

    I’ve provided a link to our website as well as an example under Private Content so you can see what I’m talking about. I think Yigit still has login details, otherwise I can resend it – in case you want to see if there’s a Quick CSS code or something that’s causing the clash?

    Best

    #333202

    Hey 500Webmaster!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    div.phone-info { top: 0; }}

    Best regards,
    Yigit

    #334357
    This reply has been marked as private.
    #334670

    Hey!

    Thank you for using Enfold.

    Please add Yigit’s code at the very bottom of the Quick CSS:

    @media only screen and (max-width: 768px) {
    div.phone-info {
    position: relative;
    top: 0;
    right: 0;
    }
    }

    Cheers!
    Ismael

    #337435

    Hi, sorry – did this, but still no change when viewing from my phone.

    #338420

    Hi!

    Please review your website now. I have slightly modified custom CSS code on the top of Quick CSS field

    Best regards,
    Yigit

    #338978

    Hi Yigit,

    It works perfectly now, thank you!

    Best

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile View Elements Clash’ is closed to new replies.