Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #843697

    Hello
    On mobile my logo is not sitting at the far left as it does on desktop. I’ve tried adjusting the following, but nothing seems to work; please adise. Thank you, as usual! :)

    
    @media only screen and (max-width: 767px) {
    	/* start */	
    	.responsive #top .logo {
    		/* float: left !important; */
    		left: 0% !important;
    	}
    }
    #843698

    Sorry, I forgot to include the links in the private area.

    #844197

    Hi,

    Can you try adding this on Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top .logo img {
        height: 80px !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #844201

    Worked! Thanks so much :)

    #844231

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

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