Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #340728

    Dear all,
    I’ ve a logo position problem in portable devices in fact, on the iPad it is a little bit covered from the menu and both in iPad and in iPhone the logo appears blurred.
    I’ ve tried to move a little bit on the left modifying the custom.css but nothing happens.
    Is it possible to know in which way I can fix this problem?

    Thank you for your cooperation

    #340731

    Hey amepro!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #340935

    The following one:
    http://www.servizincc.it

    THX

    #341302

    Hey!

    Thank you for the link.

    Please go to Enfold > Header > Mobile Menu panel. Set the Header Mobile Menu activation to the second option. Add this on Quick CSS or custom.css to fix the logo:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 70px !important;
    max-height: 70px !important;
    width: auto;
    }
    }

    Best regards,
    Ismael

    #341414

    Thank you
    I’ ll try

    #341875

    Hi!

    Please try and let us know so we can mark the thread as resolved or assist you further

    Regards,
    Yigit

    #342637

    I’ ve tried and the problem is not fixed. I would like to send you a screenshot but there is no possibility here……

    #342923

    Hey!

    Please upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #343351

    Here is the link

    Regards

    #343661

    Hey!

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

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a { padding: 0 6px; }}

    Regards,
    Yigit

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