Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313613

    Hi,
    I’ve noticed that on mobile devices the logo for my website is distorted. It should be a circle but on mobile devices it’s scrunged and looks like an oval. How can I fix this?

    Thanks,
    Scott

    #313667

    Hey Scott!

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

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

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #313702
    This reply has been marked as private.
    #314043

    Hey!

    Please use following code instead

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 63%;
    height: auto !important; }}

    Regards,
    Yigit

    #314891

    Hi Yigit,

    I tried the code you suggested above but the logo is still distorted on mobile devices. Any other suggestions?

    Thanks,
    Scott

    #315094

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it? Code is currently not being applied

    Cheers!
    Yigit

    #316371
    This reply has been marked as private.
    #316611

    Hi!

    Please review your website. You have added following code to Quick CSS field

    add_theme_support('avia_template_builder_custom_css');

    which should be in Appearance > Editor > Functions.php file. I have added that code to Functions.php as well

    Regards,
    Yigit

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