• Resolved jasonbournecia

    (@jasonbournecia)


    Okay, what am I missing!
    I have a page which I will be deleting of normal html; this is the page:
    http://www.windmillhillvillage.co.uk/r65.htm
    I have moved it to:
    http://www.windmillhillvillage.co.uk/bikes/
    Now, as you can see, it is sitting to the right.
    I’m pretty sure I’ve removed all superfluous html.
    I’m now guessing that 1024 is too wide for the template.
    Quite new to WordPress, so, although I’ve made it no Sidebar, how can I view the whole 1024 pixel width?
    I have a basic child theme, is the amendment there, or am I missing something glaringly obvious.
    Cheers
    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jasonbournecia

    (@jasonbournecia)

    Sorted it myself 🙂
    Content entry in style sheet

    Thread Starter jasonbournecia

    (@jasonbournecia)

    Nope, better but….
    Page is now:
    http://www.windmillhillvillage.co.uk/r65/
    But even though I’ve set content to more than enough at 1280 pixels, the pictures and text which are 1024 wide are being cropped.
    Any ideas?
    The code I changed to 1280 is this:

    .one-column #content {
    	margin: 0 auto;
    	width: 640px;
    }

    This should be straightforward under html, but I’m obviously missing something under WordPress.
    Cheers
    John

    Hi John, you can set your media size at the Configuration > Media.

    About the alignment, you have centered it (style=”text-align: center;”) in some of the <p> tags.

    Good luck.

    Thread Starter jasonbournecia

    (@jasonbournecia)

    Thanks crobbs, but the two pictures, for example, of the exhaust are only 500 pixels wide each.
    So, I am assuming that the style won’t allow 1024 wide.
    Any ideas how I can make the style that bit wider?
    Cheers
    John

    Thread Starter jasonbournecia

    (@jasonbournecia)

    I’ll reduce the images sizes.
    Bit of a cop out, but hey.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Images or table too wide’ is closed to new replies.