Shop Categories

X

Mobile Site View

Home Forums Agama Pro Mobile Site View

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20724
    Cono Pascucci
    Participant

    Hi there

    when i change my page to Mobile i have a space on the right side (just on HOME)
    and the Hamburger Menu is centered on a second line. This should be on te same line like the Logo.

    thx for helping.

    #20727
    Zex
    Moderator

    Hello, Cono Pascucci!

    Insert the following code into Customizing->General->Additional CSS:

    @media (max-width: 480px){
    .container {
        width: 100% !important;
        }
    .home .elementor-heading-title {
        font-size: 6vw!important;
        }
    }
    .logo-mobile,   
    .logo-tablet {
    max-height: 100%;    
    height: auto!important;
    position: absolute;
    width:90%!important;
    height:auto!important;
    margin:0!important;
    top: 50%;
    transform: translateY(-50%);
    }

    Regards

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