Hi,
I want to change the width of the #gkContent and #gkRight. I already added the following code to the Layout.css and the Override.css but it didn't work.
#gkRight
{
width: 25%;
}
#gkContent
{
width: 75%;
}
How can I change the width?
Kind Regards