[Support request] Modify header Pivot

Home Forums Support [Support request] Modify header Pivot

Home Forums Support Modify header Pivot

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1320472
    Nick

    Hi,

    I builded a website. I have a question about modifying the header. I uploaded the logo trough the general WP customize menu. But I don’t think I am doing it right. When I view the website from mobile, I don’t see the logo in a good size too. Where do I need to change it?

    Also, the hero image on the homepage looks good on pc, on mobile not. How can I change it? Thanks

    #1320561
    David
    Staff
    Customer Support

    Hi there,

    The Mobile Header logo size is defined by Customizer > Layout > Primary Navigation –> Menu Item Height – you can increase this value for mobile.

    OR you can use this CSS:

    @media (max-width: 768px) {
        .mobile-header-navigation .site-logo.mobile-header-logo img {
            height: 90px;
            padding: 0;
        }
    }
    #1321735
    Nick

    Thanks, it did the trick! How about the hero image with the woman? How do I fit this good to mobile

    #1321828
    David
    Staff
    Customer Support

    You can edit the Header Element and adjust the Mobile Top and Bottom padding.
    This will adjust the elements height. If you reduce the padding, the height will reduce and more of the image horizontally will be displayed.

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