• 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:

    https://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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter empyrean

    (@empyrean)

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gap in post stream on home page’ is closed to new replies.