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 2018-01-07 07:05:35

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Changing the css code of the .page_pallet_bottom

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

#2 2018-01-07 07:08:21

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

Re: Changing the css code of the .page_pallet_bottom

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

#3 2018-01-07 07:17:31

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Changing the css code of the .page_pallet_bottom

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

#4 2018-01-07 07:20:42

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

Re: Changing the css code of the .page_pallet_bottom

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

#5 2018-01-07 07:31:42

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Changing the css code of the .page_pallet_bottom

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

#6 2018-01-07 07:45:15

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

Re: Changing the css code of the .page_pallet_bottom

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

#7 2018-01-07 08:03:49

powerfulphotography
Member
From: Wembley
Registered: 2017-12-31
Posts: 97
Website

Re: Changing the css code of the .page_pallet_bottom

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

#8 2018-01-07 09:11:37

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

Re: Changing the css code of the .page_pallet_bottom

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

Board footer

Powered by FluxBB