1. drdcc
  2. Commercial Templates
  3. Tuesday, 31 July 2012
  4.  Subscribe via email
Hello!

I need some help to change the appearance of the first page in my website.

Currently, I have some text in Module called "USER 1" and a image in the module called "USER 3"

I want that the module USER 3 go to the right side of the main page so the text in USER 1 will occupy the empty space from the user 3.

Because it's not easy to imagine this, I've attached a snapshot containing the actual aspect of the website and the modification I need.

Please tell me wich row in wich file I have to modify!

Thank you!

http://i45.tinypic.com/2eqgfm9.jpg
Accepted Answer Pending Moderation
0
Votes
Undo
Hi drdcc

You can set the widths of your modules manually by opening up your templates index.php (../templates/j51_neptune/index.php) and editing the following lines for each of your modules

user1 - line 217
user2 - line 219
user3 - line 212

On each line replace the following with the width of your module in pixels (eg. 300px)

<?php echo $modules_123_width ?>

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
It does not work.

I've replaced the line:

<div class="moduleblock1" style="width:<?php echo $modules_123_width ?>;"><div class="module_padding"><jdoc:include type="modules" name="user1" style="j51_module"/></div></div><?php } ?>

WITH the following:

<div class="moduleblock1" style="width:300px;"><div class="module_padding"><jdoc:include type="modules" name="user1" style="j51_module"/></div></div><?php } ?>

and NOTHING happens.
Why ?

Thank you Ciaran!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Would you have a URL to an example of the modules?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine the changes you have made.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!