Heading 1 and gkContent width

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 08, 2013 5:55 am
Reply with quote
Report this post
Hello,

I found the css where to change the h1 text size, but when I change it and save it I see no alteration in the page, currently h1 is 56px, I changed it to 46px and saved it, within the css it is 46 pixels but still the item title is displayed as 56px... What am I doing wrong?

Additionally I would like to change the width of the article box while actually viewing the article, please see attachment of what I mean.
810 is a bit over the top.
width.jpg


Thanks in advance,

Br,
User avatar
Junior Boarder

GK User
Fri Feb 08, 2013 8:33 am
Reply with quote
Report this post
Never mind the Title heading h1, after a few hours it is now saved as I edited it.

But what still remains is how to change the main article width from 810 to other specific px of my request

Thanks in advance,
User avatar
Junior Boarder

teitbite
Sat Feb 09, 2013 1:50 pm
Reply with quote
Report this post
Hi

You can manipulate with the width of this column by this class:

Code: Select all
#gkPage > #gkContent {
    width: 550px !important;
}


but I would not recoment this, because it will require more changes to fill responsive features. Please use settings in layout section in template configuration instead. It will not be possible to resize to pixel value, but it will work much better.
User avatar
Moderator

teitbite
Sat Feb 09, 2013 1:51 pm
Reply with quote
Report this post
I could not add screenshot to the post above. Here it is.
User avatar
Moderator

GK User
Sat Feb 09, 2013 3:15 pm
Reply with quote
Report this post
Hello Teitbite,

Thanks for your response.
Additionally how can I change the Actual Article width?

Untitled.jpg


thanks
User avatar
Junior Boarder

teitbite
Sat Feb 09, 2013 4:36 pm
Reply with quote
Report this post
Hi

By changing a number for "Mainbody width" or in it's override for a specific page ID this option.
User avatar
Moderator


cron