Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #369494

    Hi

    Although the site looks fine on Safari, on the iPad i seem to have a white section at the top of the header with a drop down menu, this should not be there and is pushing everything out of place

    Any ideas

    Many thanks

    Mike

    #369508

    Hey nsr500rossi!

    Can you please post a screenshot and show the issue you are seeing? I could not reproduce the issue.
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #369520

    Here you go

    Cheers

    #369526

    Hi!

    Can you please try de-activating all active plugins and check if that helps?

    Cheers!
    Yigit

    #369527

    This is what it looks like on in safari (how it should look)

    #369528

    Ok will try and get back to you

    thanks

    #369536

    Well that got rid of the menu at the top , but now the logo is in the wrong place

    Here whats it looks like now

    Could you go into my wordpress and see what is wrong

    Thanks again

    #369542

    Hi!

    You have following code in Quick CSS field

    .logo img {
    padding-top: 30px!important;
    }

    please change it to following one

    .logo img {
    padding: 30px!important;
    }

    Best regards,
    Yigit

    #369556

    That has worked, but now the logo is too small, it has reduced the log size and made it look unsharp

    Cheers

    Mikey

    #370036

    Hi again, can you tell me how to get the correct size of the logo back after using the code you gave me

    Cheers

    Mike

    #370311

    Hey!

    Please replace the code with this:

    strong.logo {
    top: 30px;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

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