First time question. My site is https://69.89.31.178/~cabledom/withchildtheme2011/
There are so many questions and different answers about page width. No luck for me though when I try the solutions that worked for others.
Could it be that I don’t have enough code in my style.css file?
My understanding was that it was to be a bare bones file mine only says
'/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Janet K. Nielson
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
#site-title a {
color: #db372b;
}'
I have tried adding several things (just pasting them in below the above code) to no effect. The latest was:
.page-template-fullwidth-php #content { width: 100%; margin: 0; }
.page-template-fullwidth-php .entry-content, .page-template-fullwidth-php .entry-header{ width: 90%; }
Am I doing the right thing when I just copy code and then paste it in, update, and then visit site and refresh?
I have also tried switching between the default template and the showcase template.
My goal is to have as much width as possible throughout the whole site with no sidebar.
Please? Thanks!