empyrean
Member
Posted 1 year ago #
There is a big gap down the right side of my post stream on my home page. For some reason, the text and photos are shoved to the left and a large blank strip of nothing exists down the right margin. This does not happen on my individual pages or when you click on my categories. My website is:
http://empyreanwriters.com
I am brand new to WordPress and know nothing about php. I found the index.php page in the editor section, but I don't know what, if anything, to do with the code there. I am using a theme that I installed from a third party.
Your posts are being placed in <div class="mc-text">, open up your template.css and navigate to line 511. You'll see the following;
.mc-text{
float: left;
width: 460px;
}
if you remove the width it will use the entire available area.
empyrean
Member
Posted 1 year ago #
Thank you for your reply. First, I don't have a template.css page. I have a style.css page, but it does not have this text in it. Then, I have a Main Page Template which is index.php and this is what I found:
<div class="mc-text">
<div class="mc-subheader">
<div class="componentheading">
<span>"><?php the_title(); ?></span>
Is this where the width should be? Or perhaps the page you are talking about is called something else?