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.
You are not logged in.
Pages: 1
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
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
thanks Rod - I’ll give it a shot.
Offline
Offline
Pages: 1