- Posts: 27
- Thank you received: 0
Conflict changing user 2 to user1
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
12 years 2 months ago #22108
by internetantiquar
Conflict changing user 2 to user1 was created by internetantiquar
Hi, please look at test installation
neue.antiquariatszeitung.de
.
I want the sponsors space to use for company logo all over the site above the Carousel. I put it from user 2 to user 1 and set it a b o v e the CAROUSEL. It worked but the the space/hight was to small/low, so SPONSORS didn't display fully. The same was, if I tried a blank module in that position with the company logo in it.
What can I change, to have the follwing order: 1. Sponsors/Company logo, 2. Carousel 3. lightbox 4. Scroller.
I want the sponsors space to use for company logo all over the site above the Carousel. I put it from user 2 to user 1 and set it a b o v e the CAROUSEL. It worked but the the space/hight was to small/low, so SPONSORS didn't display fully. The same was, if I tried a blank module in that position with the company logo in it.
What can I change, to have the follwing order: 1. Sponsors/Company logo, 2. Carousel 3. lightbox 4. Scroller.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22113
by ivan.milic
Replied by ivan.milic on topic Conflict changing user 2 to user1
Open template_css.css
find this:
.user2 .moduletable {
padding-bottom: 6px !important;
}
replace it with this:
.user2 .moduletable {
padding0: 10px 0!important;
}
find this:
.user2 .moduletable {
padding-bottom: 6px !important;
}
replace it with this:
.user2 .moduletable {
padding0: 10px 0!important;
}
Please Log in to join the conversation.
-
internetantiquar
Inactive member - Topic Author
- Member
Less
More
- Posts: 27
- Thank you received: 0
12 years 2 months ago - 12 years 2 months ago #22122
by internetantiquar
Replied by internetantiquar on topic Conflict changing user 2 to user1
Thank you, but this didn't help. Apparently I need more space/hight to put 2 or more modules on user1. See
neue.antiquariatszeitung.de
at the moment. The traditional installation on Joomla 1.5.26 is here
antiquariatszeitung.de
.
Another quick and dirty option would be: how can I enlarge the with of the logo an top left to put my broad company logo there? At the moment I'm in a little time trouble: Frankfurt Book Fair starts on Wednesday, and I need a new presentation site for my Rare Book Journal. I thought the outfit of gebrauchsbuch.de would do, but 4 out of 5 peopleof our team didn't like it. And a boss with no team is no boss. Thks for Help Helmer
Another quick and dirty option would be: how can I enlarge the with of the logo an top left to put my broad company logo there? At the moment I'm in a little time trouble: Frankfurt Book Fair starts on Wednesday, and I need a new presentation site for my Rare Book Journal. I thought the outfit of gebrauchsbuch.de would do, but 4 out of 5 peopleof our team didn't like it. And a boss with no team is no boss. Thks for Help Helmer
Last edit: 12 years 2 months ago by internetantiquar.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22130
by ivan.milic
Replied by ivan.milic on topic Conflict changing user 2 to user1
open template_css.php
find this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
<?php } ?>
comment out top:-35px; like this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
/*top:-35px;*/
}
<?php } ?>
find this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
top:-35px;
}
<?php } ?>
comment out top:-35px; like this:
<?php if ($showuser1) { ?>
.user2,.main_area,.bottom,.footer,.footer2,.upper {
position:relative;
/*top:-35px;*/
}
<?php } ?>
Please Log in to join the conversation.
Time to create page: 0.167 seconds