- Posts: 14
- Thank you received: 0
Large monitors over 19 inches diagonal
-
bukl
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #27008
by bukl
Large monitors over 19 inches diagonal was created by bukl
When viewing the pattern on the monitors with a diagonal of 19 inches over the buttons go, how to fix a pattern that would not go away buttons with increasing diagonal.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #27012
by ivan.milic
Replied by ivan.milic on topic Large monitors over 19 inches diagonal
can you reformulate your question?over the buttons go
Please Log in to join the conversation.
-
bukl
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 9 months ago #27036
by bukl
Replied by bukl on topic Large monitors over 19 inches diagonal
Here's a look at the picture diagonal of 21 inch monitor
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27048
by ivan.milic
Replied by ivan.milic on topic Large monitors over 19 inches diagonal
text stretches them so they break line. Can you think of some shorter captions
Please Log in to join the conversation.
-
bukl
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
11 years 9 months ago #27054
by bukl
Replied by bukl on topic Large monitors over 19 inches diagonal
if less than 19 inches diagonal, then everything is fine
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27058
by ivan.milic
Replied by ivan.milic on topic Large monitors over 19 inches diagonal
try this, in template_css.css:
#content_gradient_home .bottom .custom_buttons li {
float: left;
list-style: none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
add property
width:31.7%;
and:
#content_gradient_home .bottom .custom_buttons ul li a {
display: block;
color: #6a675b;
font-family: 'pffuelpro-regular';
font-size: 31px;
font-weight: normal;
text-transform: uppercase;
padding: 15px 60px 0 67px;
text-decoration: none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}
change font-size to 28px
#content_gradient_home .bottom .custom_buttons li {
float: left;
list-style: none;
background: url(../images/button_left.jpg) no-repeat;
height: 53px;
margin: 1px 0 0 10px;
}
add property
width:31.7%;
and:
#content_gradient_home .bottom .custom_buttons ul li a {
display: block;
color: #6a675b;
font-family: 'pffuelpro-regular';
font-size: 31px;
font-weight: normal;
text-transform: uppercase;
padding: 15px 60px 0 67px;
text-decoration: none;
background: url(../images/button_right.jpg) no-repeat right top;
height: 53px;
}
change font-size to 28px
Please Log in to join the conversation.
Time to create page: 0.150 seconds