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

    hello all
    I have here on the homepage see below
    the settings cookie handling
    and cookie consent
    configured
    on the PC in full size the view fits great
    also on the laptop horizontally
    but on mobile views it does not fit
    see print view (blue)

    can this be configured via css like in the examples
    in the print view (green)

    Thanks and
    kind regards
    Franz

    #1376648

    Hey schweg33,

    Thank you for the inquiry.

    Are you referring to the alignment of the privacy buttons? If you want to align the buttons in a single row, please add this css code.

    @media only screen and (max-width: 480px) {
    	.responsive .avia-cookie-consent .container a {
    		font-size: 0.7em;
    		padding: 0.8em 1em;
    	}
    
    	.responsive .avia-cookie-consent p.avia_cookie_text {
    		margin-bottom: 1em;
    	}
    }
    

    Best regards,
    Ismael

    #1376665

    Thank you Ismael

    Now it looks great.

    you can close this ticket

    kind regards
    Franz

    #1376761

    Hi,

    Great, I’m glad that Ismael could help you out. I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile display’ is closed to new replies.