New Landing How can we help? Atelier Image & Icons loading issue

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Atelier
  • #188479
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That an strange situation in Firefox. Add the code below, it should sort it.

    @-moz-document url-prefix() {
     
    .header-6 #logo.has-img a > img {
        margin-top: -100px!important;
    }
    }

    -Rui

    #188556
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #188703
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Don’t worry with that warning, what matters is that it works in the front end.

    -Rui

    #188735
    huntingensemble
    Member
    Post count: 318

    Hey Rui,

    Ok! But it didn’t do anything (also after clearing Cache) ๐Ÿ˜‰ so that’s why I said it. haha

    Can you have a look?

    Joost

    #189317
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hey there,

    Looks like the image is set too wide for Firefox to render it in the logo container. Try adding this css:

    #logo img.retina {
        width: 290px;
    }

    Or setting the logo width override in theme options to 290px.

    – Ed

    #189830
    huntingensemble
    Member
    Post count: 318

    Hey Ed,

    Thanks for helping out the CSS didn’t fix it?
    Where can I find the Width override? At Logo options I only see:
    – Logo Max Height
    – Logo Top/Bottom Padding

    Thanks,
    Joost

    #190370
    huntingensemble
    Member
    Post count: 318

    Hi Guys,

    Got it fixed with this code:

    
    @-moz-document url-prefix() {
    #logo.logo-center img {
        margin: -100px auto 0;
    }
    }

    I assume that this is a ok fix, that won’t cause any problems in other browsers?
    Joost

    #190760
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Although I suggest you something similar earlier, guess that using an rule like that isn’t the best solution.

    Will forward to Ed so he can provide us the most accurate answer.
    Let’s wait for the reply.

    -Rui

    #190806
    huntingensemble
    Member
    Post count: 318

    Hi Rui,

    Ok thanks! Looking forward.
    Joost

    #190817
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Apologies, my code was incorrect, should have been:

    #logo img {
        width: 290px;
    }

    – Ed

    #191019
    huntingensemble
    Member
    Post count: 318

    Hi Ed,

    Thanks replaced code and it’s fixed.
    Thanks for the support guys!

    Joost

    #191107
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register