Skip to:
Content
Pages
Categories
Search
Top
Bottom

spacing around images in posts in Fishbook theme

  • Hi all

    I’m having trouble with the presentation of posts in the Buddypress Fishbook theme.

    See:

    http://project1.solarpowernewsonline.com/2010/05/11/hello-with-some-media/

    I’ve tried setting the text spacing around the image when inserting the image to no avail. It has zero spacing….

    Having searched WP forums I tried inserting this CSS to the Style CSS for the theme:

    .post img {
    margin-top:4px;
    margin-bottom:4px;
    margin-right:20px;
    margin-left:20px;
    }

    Again, to no avail.

    With both having no effect – there may well be something else getting in the way of proper display of images in posts.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anyone??


    pcwriter
    Participant

    @pcwriter

    @tim-watt Here you go:

    In your theme’s /style.css, find line 1544 where you see this
    div.post .wp-caption {

    Go down to where you see the margin settings and change them to this:
    margin: 0 20px 20px 0;

    That should do it. If you’re running Firefox (and I really hope you are) install Firebug for Firefox. Finding stuff like this is a snap with that tool!

    Thanks for your help. I’m actually using Safari – which does seem to work better than Firefox, but I am alternating so I can be at the same time signed in and out to test things as I go…

    I now have another issue with this theme I hope someone can help me with. The theme does seem undeveloped which is a shame since I’m now stuck with it.

    Anyway, the issue I’m now having, which may be related, is that the visual editor (the formatting of text – indenting, bullets etc.) is seen and saved when seen on the dashboard but doesn’t seem to be retained when viewed on the site in the Fishbook theme.

    Is there something missing I need to add so this theme follows the text formatting correctly?

    Thanks,

    Tim

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘spacing around images in posts in Fishbook theme’ is closed to new replies.
Skip to toolbar