Site logo

Archived topic

Site Logo to left

5 replies · Started by Jatin on October 19, 2020

Viewing posts 1–6 of 6

Hi Guys,

How can i make my site logo align to the left on mobile phone. Site Link Shared in the box.

Hi there,

try adding this CSS:

@media(max-width: 768px) {
    .main-navigation .inside-navigation {
        padding-left: 0 !important;
    }
}

Thanks David, its working. I want to Span my Image to cover the right hand side space / Strech the image.
If you open the site on mobile the Featured image is to the left hand side, i want to have full width.

Sounds like the original question relating to the logo is solved?

If so can you open a new topic for the new question?

Thanks!

Ok thanks

No problem :)

This archived topic is closed to new replies.