Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-09-2017 11:34:56

Hotplugs
Member
Registered: 07-01-2014
Posts: 23

Page width - again, sorry

I can't find the exact info I'm looking for but...

I'm trying to adjust the overall width of the site.  Sure I've done this before and it was easy?

Now I'm adjusting various all.css settings with no real luck - refreshing but I've only managed to change the header which I don't need to do.

The site is about 900px as standard.  Could do with a little more than that

Can someone refresh my memory please?

Offline

 

#2 10-10-2017 08:22:25

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Page width - again, sorry

Not sure what your site's coding might be, please post a URL, or look for a wrapper div somewhere that has it's width limited.


Nick Hendler

Offline

 

#3 10-10-2017 09:32:54

Hotplugs
Member
Registered: 07-01-2014
Posts: 23

Re: Page width - again, sorry

htttps://www.hotplugs.co.uk

Offline

 

#4 10-10-2017 11:15:31

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Page width - again, sorry

Look for widths of 900px, 878px, 195px and 665px in your skin's all.css file and change as needed.  These static sizes correspond to the sizes of the divs in your CSS that you'll want to change the width on.


Nick Hendler

Offline

 

#5 10-11-2017 10:49:41

Hotplugs
Member
Registered: 07-01-2014
Posts: 23

Re: Page width - again, sorry

Thanks Nick, can I be cheeky and ask you to point me to exactly where I can change the font size of the main NAV Menu text?

I've been trying all.css, overides.css

I just can't nail it.  I've managed to change a whole bunch of other stuff though so I've learned a few things today! smile

It looks like I need to track down this bit possibly but I can't find it...

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li a {
     display: block;
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: none;
     padding: 10px 10px 10px 10px;
     font-size: 12px;
     line-height: 1em;
     margin: 0px;
     border: none;
     }

Offline

 

#6 10-12-2017 09:03:05

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Page width - again, sorry

Look in your skin's all.css file.  Should be there.


Nick Hendler

Offline

 

#7 10-12-2017 10:28:53

Hotplugs
Member
Registered: 07-01-2014
Posts: 23

Re: Page width - again, sorry

given up

Offline

 

#8 10-12-2017 13:14:54

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Page width - again, sorry

Sorry, I forgot V8 was all over the place with CSS.  I've been embedded in K9 development for several years now.  It's in one of these files on your site:

{public}/media/skins/css/all.css
{public}/skins/Desktop/css/overrides.css
{public}/skins/Desktop/css/all.css
{public}/skins/Desktop/css/colorscheme-default.css


Nick Hendler

Offline

 

Board footer