"My Blog" template

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
Ishtar
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 224
Joined: Tue Mar 16, 2010 4:05 pm

"My Blog" template

Post by Ishtar » Sat Apr 17, 2010 9:18 am

Don't know the place to ask about it,it's about a template of component "My Blog", the template I'm using is "sky3c".
The article title shows centered.I would like it to appear on the left. Any of you knows where to change this?
Here is my blog url: http://www.joomla.metal666.org/index.php/es/noticias

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28192
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: "My Blog" template

Post by imanickam » Sat Apr 17, 2010 11:14 am

Edit the file template_style.css located in the directory \components\com_myblog\templates\sky3c\css and delete/comment the line text-align or change the value in that line from center to left.

Code: Select all

.entryContent .entryTitle h2{

	margin-bottom: 5px;

	text-align: center;

	background-image: url('images/title-deco.gif');

	background-repeat: no-repeat;

	background-position: center top;

	padding-top: 25px;

	line-height:1.2;

	font-family: "Trebuchet MS", verdana, arial, helvetica;

	font-size: 18px;

	font-weight: bold



}
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

Ishtar
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 224
Joined: Tue Mar 16, 2010 4:05 pm

Re: "My Blog" template

Post by Ishtar » Sat Apr 17, 2010 12:19 pm

Thank you very much imanickam!
Also, there is a big space between the article title and the image, and between the article content and the "read more"link. Would be great if I could change this!

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28192
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: "My Blog" template

Post by imanickam » Sat Apr 17, 2010 1:01 pm

You are welcome...

I suggest reviewing the elements of your site and changing the css entries accordingly.

The tool FireBug that is available in browsers such as FireFox and Chrome could be used for this purpose. With FireBug you can inspect an element in a web page and find out its css entries and in which file the entries are located. You could even change the css entries to see how it affects the look and feel of your site. Once you are satisfied you could incorporate the changes in the actual file.

Review the file http://docs.joomla.org/Tutorial:Using_F ... la_Website for more information about how to use FireBug.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged


Locked

Return to “Templates for Joomla! 1.5”