I’ve installed this theme and discovered how to change the header font size to make my title fit, but I was wondering how I would go about changing the width of the white section? (Yes, I’m a total newbie to WordPress; not sure what all the sections are called.) I don’t mind the image in the background, but there’s too much of it showing for my liking. https://www.vacationswiththekids.com/
I’d also like to see what it would look like without that image but I’m not sure what I’m supposed to change exactly in the stylesheet. (The background isn’t showing up in the Background link.) I’m guessing it’s the bg-splash-trasp.png but since I want to see what it would be like to just have white in the background, I don’t know what to change it to.
My other issue: I have “summary” selected in the Reading options, but it’s showing the full text. I’m okay with that, but it would be nice to play around with summary and full text to see which I like better.
tia!
From my style.css:
body {
font: 12px Arial, Helvetica, sans-serif;
background: #122330 url(images/bg.png) repeat;
color: #6a6a6a;
line-height: 20px;
}
a {color: #00b2db; text-decoration: none; outline: none;}
a:hover {color: #182c3b; text-decoration: none;}
#content p {padding: 0 0 15px 0; line-height: 21px; font-size: 12px}
img {border: none;}
#wrapper {background: url(images/bg-splash-trasp.png) no-repeat top center; float: left; width: 100%; padding: 25px 0;}
.container {width: 920px;}
#page-container {width: 920px; background: #ffffff; border: 1px solid #e8e8e8; padding: 25px; position: relative; float: left;}