Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1479573

    the cookie Banner on the site needs some work.
    please send CSS in order to:
    all the buttons on a new line. So first the text and then the 3 buttons on a new line.

    Also text should be black everywhere.
    Please send all CSS for buttons and text so I can adjust accordingly.

    #1479645

    Ok I managed to change thecolors. HOwever it still needs all the buttons to be in one line with the text. Please send CSS.

    #1479667

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_cookie_text {
    	max-width: 50%;
    	line-height: 12px;
    }

    Screen Shot 2025 03 18 at 6.08.00 PM

    Best regards,
    Mike

    #1479753

    doesn’t look good on mobile.
    Buttons need more spacing and text above.
    Please send CSS to fix this.

    View post on imgur.com

    #1479830

    Hi,

    Thank you for the update.

    Did you disable the cookie consent option? It’s not displaying when we checked. Please enable it again so we can inspect the element.

    Best regards,
    Ismael

    #1480109

    No I did not disable it. Please check again.

    #1480183

    Hi,

    Sorry for the delay. Please add this css code to adjust the layout of the cookie consent on mobile view:

    @media only screen and (max-width: 498px) {
    
      /* Add your Mobile Styles here */
      .avia-cookie-consent .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
      }
    
      .avia-cookie-consent .container .avia_cookie_text {
        align-self: center;
        font-size: 14px;
        line-height: 1.2em;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

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