- Posts: 8
- Thank you received: 0
Edit the main content width and x-browser ability
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 7 months ago - 14 years 7 months ago #7697
by ivan.milic
Replied by ivan.milic on topic Re: Edit the main content width and x-browser ability
Hi,
maybe you could make logo smaller in width in layout.css, class .logo {...
,maybe 220px so menu could fit horizontally, also logo image which is defined in index.php of template then should be corrected for width.
Other thing I see in opera (not latest version) is missing top gradient background on top, that is ok in latest opera versions. That is btw defined in template_css.css :
.bg_zone {
background: -moz-linear-gradient(#9FCCFD,#74A1D1);
background: -webkit-gradient(linear, left top, left bottom, from(#9FCCFD), to(#74A1D1));
background: linear-gradient(#9FCCFD, #74A1D1);
-pie-background: linear-gradient(#9FCCFD, #74A1D1);
behavior: url(templates/hot_wellness/css/PIE.php);
height: 470px;
}
maybe you could make logo smaller in width in layout.css, class .logo {...
,maybe 220px so menu could fit horizontally, also logo image which is defined in index.php of template then should be corrected for width.
Other thing I see in opera (not latest version) is missing top gradient background on top, that is ok in latest opera versions. That is btw defined in template_css.css :
.bg_zone {
background: -moz-linear-gradient(#9FCCFD,#74A1D1);
background: -webkit-gradient(linear, left top, left bottom, from(#9FCCFD), to(#74A1D1));
background: linear-gradient(#9FCCFD, #74A1D1);
-pie-background: linear-gradient(#9FCCFD, #74A1D1);
behavior: url(templates/hot_wellness/css/PIE.php);
height: 470px;
}
Last edit: 14 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.100 seconds