- Posts: 149
- Thank you received: 2
User3 or User4
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
12 years 2 months ago - 12 years 2 months ago #25571
by aaroninbna
User3 or User4 was created by aaroninbna
I have a search module I am trying to place on the right of the user3 position or on user4. When located on user3 it overlaps the first menu item. When placed at the user4 position, the padding is forcing it to the right.
Ideally would be positioned at user4.
Any assistance?
This image shows the gap between utmost right of user3 and the modules left on position user4. How can I lessen the padding between the two positions?
Thank you in advance,
url: dieboldtech.com
Aaron
Ideally would be positioned at user4.
Any assistance?
This image shows the gap between utmost right of user3 and the modules left on position user4. How can I lessen the padding between the two positions?
Thank you in advance,
url: dieboldtech.com
Aaron
Last edit: 12 years 2 months ago by aaroninbna. Reason: left out the url
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 #25579
by ivan.milic
Replied by ivan.milic on topic User3 or User4
In template_css.css:
add:
#topmenu_pad{
width:820px;
}
and modify:
.search_box {
width: 200px;
height: 40px;
float: right;
}
to:
.search_box {
width: 200px;
height: 40px;
float: left;
}
add:
#topmenu_pad{
width:820px;
}
and modify:
.search_box {
width: 200px;
height: 40px;
float: right;
}
to:
.search_box {
width: 200px;
height: 40px;
float: left;
}
Please Log in to join the conversation.
-
aaroninbna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 149
- Thank you received: 2
12 years 1 month ago #25598
by aaroninbna
Replied by aaroninbna on topic User3 or User4
Please Log in to join the conversation.
Time to create page: 0.159 seconds