Hi there,
I want to change the width of the footer(#gkBottom1 or the #gkwrap3) in the gk_yourShop theme.
I've tried to modify the css, with the override.css file
#gkBottom1{
background-color:#000;
padding:10px;
height:300px;
width:100%;
}
but upon using the web inspector, I know the template style within the Joomla administrator panel width setting is not letting this happen.
How do I change the width then?
Thanks