Mobile logo not showing

Hello,

My mobile logo doesnt seam to be showing up.

Ive 100% set a logo in the responsive and even a logo for retina.

Ive deleted ALL css from both the child theme and the theme options and still no logo is showing.

website is

www.wholesaleartificialgrass.co.uk

Comments

  • Hey,

    please use the following css to fix the issue with the logo:
    @media only screen and (max-width: 767px) {
     #Top_bar #logo img.logo-main {
      display: inline-block;
     }
    }
  • Hi thanks, 

    one more question,.


    On the homepage please scroll down and see images 'diy-sos', 'free sample', 'nationwide delivery' etc. When these are not a link they show up fine, when they are a link the bottom of the images is cut off so you cant see the text properly, especially the '2m & 4m in stock' and DIY sos. How do I stop that from happening so i can see the full image?

    www.wholesaleartificialgrass.co.uk
  • This is how this feature works. You can remove margin bottom for that images, but after that the hover effect won't work properly.
    .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) { margin-bottom: 0 !important; }
Sign In or Register to comment.