Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-03-25 03:46:07

tgalex
Member
From: Saline, Michigan
Registered: 2016-06-22
Posts: 102
Website

Cookie Notice - size of box

Quick question - is there a way to adjust the size of the cookie notice and acceptance box?  It seems really large in relation to the amount of text in it.  Maybe I’m just missing an easy setting somewhere?

Terry

Offline

#2 2019-03-25 04:15:05

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cookie Notice - size of box

custom css comes to mind

this is the div id and class code

<div id="cookie-acceptance-notice" class="cookie-acceptance-bottom" style="width: 1350px; left: 250px;">

since the width style is included inline you'll need to use !important to override it with custom css:

#cookie-acceptance-notice {
    width: 900px !important;
}

Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2019-03-25 04:42:17

tgalex
Member
From: Saline, Michigan
Registered: 2016-06-22
Posts: 102
Website

Re: Cookie Notice - size of box

thanks Rod - I’ll give it a shot.

Offline

#4 2019-03-25 11:37:03

tgalex
Member
From: Saline, Michigan
Registered: 2016-06-22
Posts: 102
Website

Re: Cookie Notice - size of box

works for me - thanks again

Offline

Board footer

Powered by FluxBB