Okay
  Public Ticket #2120526
Hero Image
Closed

Comments

  • Lucas started the conversation

    Hey there,

    The Hero image of the portfolio pages are being cropped differently in Firefox and Chrome. Is there an easy way to fix it?

    Kind regards,
    Lucas.

  •  675
    Neuron replied

    Hi Lucas,

    It must be from the background size cover, it doesn't seem to be working correctly, can you please provide me with an URL, so I can check it on two browsers.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Lucas replied

    Here is the link.

    https://lucasfalcao3d.com/

    Thank you!

  •  675
    Neuron replied

    Hi Lucas,

    Simply add the following style in Appearance > Customize > Additional CSS.

    .single.single-portfolio .hero .hero-image div {
        -webkit-background-size: cover;  
        -moz-background-size: cover; 
        -o-background-size: cover;  
        background-size: cover;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.