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.
I am trying to change the line-height spacing from 36px to 25 and the file is just not updating am I using the wrong code?
.page__pallet__bottom > .content ul > li {
line-height: 25px;
}
please help this is driving me mad
If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/
Offline
where are you trying to make this change?
if you need more help, be sure to post a link to a page that's not behaving as you expect it to
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
In backlight/custom/css/custom-sample.css
located on my FTP server
http://new.powerfulphotographyuk.co.uk/galleries/
when viewing on a mobile the last layer of copyright text is cut off
Last edited by powerfulphotography (2018-01-07 07:19:46)
If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/
Offline
is your page template using that css file?
can you post a link to a page?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
most definitely
I only have one template page which I use for all pages
http://new.powerfulphotographyuk.co.uk/galleries/
If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/
Offline
looks like it's doing something to me. I can look in the browser's inspector and click your changes on and off and watch the footer text move up and down.
what are you trying to achieve?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Very strange when I look at my browser inspector it looks like this
color: #454545;
display: inline-block;
height: 36px;
line-height: 36px;
list-style: none;
margin: 6px;
min-width: 36px;
padding: 0;
text-align: center;
vertical-align: top
as you can see the line height hasn't changed from 36px to 25px
If at first, you don't succeed try, try then go to the forum.
https://powerfulphotography.co.uk/
Offline
It won't change there because that's the original css. Look just above that and you'll see this from your custom css:
.page__pallet__bottom > .content ul > li {
line-height: 25px;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline