[Support request] logo before header in mobile

Home Forums Support [Support request] logo before header in mobile

Home Forums Support logo before header in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #742464
    Silvio

    hi,

    I added the code found in the documentation to put the logo before the site title, but in the mobile version the site title is centered and the logo goes behind. How do I keep the same layout I have in desktop, with logo before site title?

    to view the website use supersilvio v1v3r3I!

    #742611
    David
    Staff
    Customer Support

    Hi there,

    try this:

    @media (max-width: 768px) {
        .main-title {
            font-size: 24px;
        }
    
        .site-header {
            text-align: left;
        }
    
        .inside-header {
            padding-right: 5px;
        }
    }
    #742938
    Silvio

    unfortunately the logo still goes behind the site title, not inline. I had to reduce the font-size a bit and play with inside header and content margin to adjust the alignment. But at some point the logo goes below the site header. Is there a way to add a max-something to fix logo alignment on mobile?

    otherwise, move it above the site title at least.

    thanks for supporting

    #742957
    David
    Staff
    Customer Support

    Could reduce the right hand padding on the header. I update the code above to include that. The only other option aside of reducing left and right padding would be to make the elements smaller.

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