The Joomla! Forum ™





Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Sun Apr 08, 2012 9:53 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 08, 2012 9:22 pm
Posts: 7
Hi, I use a Joomla template I developed with http://www.template-builder.com/.
Everything looks fine, apart from the user component views. The major problem is that there is no left margin at all.
See what I mean: the following screen shot shows a good example: http://www.boossy.be/forum/OK.png
And the following screen shot shows a bad example of the user component: http://www.boossy.be/forum/NOK.png

I can correct it by changing the padding-left value in my style.css (table .tbReset) from 0 to 10px, but then all my article also get a wider margin, which gives me other problems.
How can I change the left margin/left padding for the user component only?

By the way, everything works fine when I use the built-in JA_Purity template.

Thanks for your help

Stijn Bousard


Top
 Profile  
 
PostPosted: Mon Apr 30, 2012 2:51 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Apr 08, 2012 9:22 pm
Posts: 7
Finally, I solved it as follows: I changed the style defined in the various templates of the php's of the com_user component, e.g.:

ORIGINAL:
<div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">

CORRECTION:
<div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"><div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>" style="padding: 15px 0px 0px 10px;">

That was to solve the major problem of having no margins in the user component - as I said, when I changed it in the css, the margins of other article would double, so that was not a solution.

Apart from that, I also changed some css styles to reflect the corrrect font type faces and sizes.

Regards

Stijn Bousard


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group