• Hi,

    Can anyone please help me, I am very new to wordpress and CSS (it took me forever and a lot of trial and error to work out how to change the colours on my stylesheet!)

    I am using Yashfa and the site is http://www.eatsleepmove.com.au

    Can anyone please give me some pointers on what I need to find in my CSS, where it is and what it needs to be changed to to increase the width of my posts. Also, do I need to make any changes to other margins to accommodate this.

    Thankyou,
    Any help with this is much appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ve love to help, but it appears your site is only available to view by registered members. Please open it up and I’d be happy to help!

    Thread Starter Crystalmaree

    (@crystalmaree)

    sorry about that, I have deactivated the login

    Thankyou

    Look for

    .inner-two .grap

    in your css. Change the margin-right to a smaller number.

    Thread Starter Crystalmaree

    (@crystalmaree)

    this is what I have:

    }
    .inner {
    width: 315px;
    }
    .inner-one {
    float: left;
    }
    .inner-two {
    float: left;
    }
    .inner-two .grap {
    margin-right: 20px;
    }
    .inner-three {
    float: left;
    }

    I had a tinker with both the .inner-two .grap and the width 315px and neither made a difference to the width of the post. Have I done something wrong? Is there anything else I need to look at? Is it different if I am wanting to change the left hand margin so that the posts are wider and use more of the space on the left hand side?

    Thank you!

    Forgive me, I was wrong. Look for .post. Edit the size to about 700px and you should be good.

    Thread Starter Crystalmaree

    (@crystalmaree)

    sorry, still no joy…I even cranked it up to 800px and no change to post width

    }
    .post {
    display: block;
    clear: both;
    width: 800px;
    }

    Am I doing anything wrong? This is in the CSS style right?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Yashfa How to change post width’ is closed to new replies.