Support Forum

  • Page:
  • 1

moving the tweets to the left with css?

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

I'm trying to move the jtweet block more to the center of it's column right now it's a little to the right, I've been trying to tweak the css but can't manage to get it to work, any suggestions? also making it closer to the edge of the column on either side would be good too, but beggars can't be choosers?

my site is chrisbaker.ca
  • chris_baker's Avatar
  • chris_baker
  • Free Extensions
  • 9 posts
  • Karma: 0
The administrator has disabled public write access.
Hi chris_baker,

You can add the following line at the end of your CSS file (chrisbaker.ca/blog/templates/ja_purity/css/template.css)

ul.tweet_list li {
padding-left: 10px;
}

Regards,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
Hi Chris,

Was just browsing your site

If you have problems with any extensions running jquery options further down the line upgrade the jquery version being loaded via jblibrary - the site version is quite old

You are using a very old version - 1.7 is a good bet at the moment but avoid latest if that is an option

Firefox addon page -I like the web developer tool bar addon :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 12 years 3 months ago by manh.
The administrator has disabled public write access.
thanks vietvu, that works! so much better now :)
  • chris_baker's Avatar
  • chris_baker
  • Free Extensions
  • 9 posts
  • Karma: 0
The administrator has disabled public write access.
You are welcome.

Cheers,
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.

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

Happy Campers