- Posts: 6743
- Thank you received: 716
RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
-
milos
Support Staff - Moderator
Less
More
14 years 5 months ago #1668
by milos
Replied by milos on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
Add this in template_css.css:
Template may be broken after that, if it is, please enlarge overall width in template parameters.
Code:
.search_wrap { width:730px !important; }
Template may be broken after that, if it is, please enlarge overall width in template parameters.
Please Log in to join the conversation.
-
karim@askformedia.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
14 years 5 months ago #1669
by karim@askformedia.com
Replied by karim@askformedia.com on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
It's working. One more thing. When I get rid of the search module, the leaderboard jumps up.
I don't want to have the search up there, but I want the leaderboard to stay there at the same position and aligned like it is on the frontpage now.
I don't want to have the search up there, but I want the leaderboard to stay there at the same position and aligned like it is on the frontpage now.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 5 months ago #1670
by milos
Replied by milos on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
Change above to:
Code:
.search_wrap { width:730px !important; padding-top:10px; }
Please Log in to join the conversation.
-
karim@askformedia.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
14 years 5 months ago #1673
by karim@askformedia.com
Replied by karim@askformedia.com on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
Thanks very much. You are good.
One more thing.
If you visit this page, you will see the problem
www.bahdja.com/photos-dalgerie.html
How do I make the wrapper contain the external content.
In terms of spacing, I would like to eliminate a lot of dead space and padding that is in the template.
Inside the modules.
The title of the module is taking too much height. How do I reduce the line height or how do I make that module header shorter?
The title of articles has the same issue. It is far away from the article's intro. Where do I reduce that?
In The section where there are user5 to user8, I want to add one module position right above them going all the way inside the site. I know how to add positions, but I don't want to mess with this template.
And finally, is it possible to have different module styles. For now each time I want to add a module it comes in that grey graphic. I want to have an option to have some modules with no padding and may be a different background color. Is that available or do we have to make it?
Thanks
One more thing.
If you visit this page, you will see the problem
www.bahdja.com/photos-dalgerie.html
How do I make the wrapper contain the external content.
In terms of spacing, I would like to eliminate a lot of dead space and padding that is in the template.
Inside the modules.
The title of the module is taking too much height. How do I reduce the line height or how do I make that module header shorter?
The title of articles has the same issue. It is far away from the article's intro. Where do I reduce that?
In The section where there are user5 to user8, I want to add one module position right above them going all the way inside the site. I know how to add positions, but I don't want to mess with this template.
And finally, is it possible to have different module styles. For now each time I want to add a module it comes in that grey graphic. I want to have an option to have some modules with no padding and may be a different background color. Is that available or do we have to make it?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 5 months ago #1676
by milos
Replied by milos on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
Wrapper element is too wide, please reduce width in Joomla (edit wrapper menu item).
Modules height: Reduce padding-bottom of div.module h3 (edit template_css.css)
Titles height: Reduce margin of .contentheading, h2 (edit template_css.css)
Adding a position: Add this:
around line 324, above the
You should add your new module position in templateDetails.xml file.
Additional module styles are not available and you should create them yourself if you need them.
Modules height: Reduce padding-bottom of div.module h3 (edit template_css.css)
Titles height: Reduce margin of .contentheading, h2 (edit template_css.css)
Adding a position: Add this:
Code:
<div><jdoc:include type="modules" name="positionname" style="hot" /></div>
Code:
<?php if ($bottommodules) { ?>
You should add your new module position in templateDetails.xml file.
Additional module styles are not available and you should create them yourself if you need them.
Please Log in to join the conversation.
-
karim@askformedia.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
14 years 5 months ago #1679
by karim@askformedia.com
Replied by karim@askformedia.com on topic Re: RIGHT COLUMN'S ACTING UP. I CANNOT MAKE IT STAY UP
Thanks, something is missing in the new position. I only see the edges, the gradient background is missing. Also, the gradient edge is short. If I extend it with photoshop, will it affect the template?
Please Log in to join the conversation.
Time to create page: 0.109 seconds