Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1090315

    Hello everyone:
    Is it possible to reduce the Distance between COLOR SECTIONS on mobile Devices

    Thank you very much
    Beautiful Greeting Franz

    #1090539

    Hey schweg33,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1090748

    Thank you Victoria
    I want to reduce the Distance between the 2 COLOR SECTIONS
    Where the Arrow is

    Thank you many and beautiful Greetings Franz

    #1091232

    Hi Franz,

    Thank you. Please try using the following css:

    
    @media only screen and (max-width:767px){
        #av_section_1 .template-page.content.av-content-full.alpha.units {
            padding-bottom: 0px !important;
        }
    }
    

    Best regards,
    Victoria

    #1091255

    Thank you Victoria
    That’s super
    You can close this Request.
    Beautiful Greetings Franz

    #1091270

    Thank You Victoria for your Feedback:

    Normally we do not display the Logo mobile during the submenu.
    Then I can click all Flags mobile.

    If I use this Code:

    /*LOGO MOBIL Submenu */
    @media only screen and (max-width: 479px) {
    .responsive .logo a {
    z-index: 999;
    }
    }

    Logo is too wide and obscures the flags
    I can’t click on the Flags mobile anymore.

    Beautiful Greetings Franz

    #1091640

    Thank you Victoria

    The last entry went wrong
    You can close this Request.

    Beautiful Greetings Franz

    #1091821

    Hi schweg33,

    Glad you got it working for you.

    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Distance Color Sections’ is closed to new replies.