Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Article Full Article Margins

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

My question is how (where) could I change size of blank space around the Full Article Image in Joomla Article ?

There must be a simple and easy way. I have been using the old way of including images in article before. Joomla 3 has me learning new things.

Thanking you in advance.
  • netrapt's Avatar
  • netrapt
  • LIfetime Developer - Big Bamboo
  • 55 posts
  • Karma: 0
The administrator has disabled public write access.
Hi,

You can edit the article in HTML code to omit some spaces

regards

A.
  • adistor's Avatar
  • adistor
  • 6 Month Developer
  • 76 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Yes I used to do it this way but now with bootstrap and T3, I have placed the full article image in the input boxes below the HTML.

I want the right place in the template to change this.

Thanks for your reply.
  • netrapt's Avatar
  • netrapt
  • LIfetime Developer - Big Bamboo
  • 55 posts
  • Karma: 0
The administrator has disabled public write access.
Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul,

Link is
counsellingandrelationships.com.au/new/index.php/services/communication-skills

Yep - haven't SEO yet
  • netrapt's Avatar
  • netrapt
  • LIfetime Developer - Big Bamboo
  • 55 posts
  • Karma: 0
The administrator has disabled public write access.
When you say blank space do you mean

article .item-image img { margin-bottom: 30px; }

The space underneath it? - as this is controlled by the code above

If you wanted to add space to the right of the image

article .pull-left.item-image {padding-right:1em}

If you add any border effect to the image you would need to swap padding for margin so it becomes margin-right:1em instead

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers