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

    Hi,

    I’ve got the accept cookies bar enabled to show up at the bottom of the website, and it works fine on desktop, but on mobile, the third button in the row ‘settings’ does not fit so is pushed onto a new line underneath centred. But it is right up flush against the bottom of the other two lines. Is there any way I can put a bit of padding/margin/space around the buttons so that they don’t go right up against each other like this?

    #1263038

    Hey Jamie,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    @media only screen and (max-width: 480px) {
    .avia-cookie-consent .avia-cookie-consent-button.avia-cookie-consent-button-3 {
        margin-top: 5px;
    }}
    
    

    Best regards,
    Yigit

    #1263041

    Ah that’s perfect, worked exactly like I wanted. Thank you very much.

    Jamie

    #1263115

    Hi Jamie,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cookie bar button spacing on mobile’ is closed to new replies.