- Posts: 14116
- Thank you received: 1639
Increase space at the top
-
ivan.milic
Support Staff - Moderator
Less
More
9 years 3 months ago #45838
by ivan.milic
Replied by ivan.milic on topic Increase space at the top
To increase top row you actually need to push next row down. In template_css.css you can find:
.logorow {
background: url(../images/custom/topmenu_bg.png) 0px 40px repeat-x;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
z-index: 10000;
top: 60px;
}
increase top: 60px;
For other problem try this. Add this scc to bottom of template_css.css:
.sparky_wrapper{
width: 100%;
width: 100vw;
}
.logorow {
background: url(../images/custom/topmenu_bg.png) 0px 40px repeat-x;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
z-index: 10000;
top: 60px;
}
increase top: 60px;
For other problem try this. Add this scc to bottom of template_css.css:
.sparky_wrapper{
width: 100%;
width: 100vw;
}
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 3 months ago #45847
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic Increase space at the top
Hello,
that didn't work probably because you have missed some bracket in your temlate_css.css on bottom.
So fix that and try with suggested changes, also if that don't work try putting this on bottom:
@media (max-width: 400px){
.custom span{
font-size: 20px!important;
}
#chead *{
font-size:12px!important;
}
#cbody{
width: 300px!important;
}
#cbody *{
font-size:10px!important;
max-width: 100%;
}
#cfoot *{
font-size:12px!important;
}
.mp_advert2 .moduletable{
max-width: 200px!important;
margin: 0 auto
}
}
Regards
that didn't work probably because you have missed some bracket in your temlate_css.css on bottom.
So fix that and try with suggested changes, also if that don't work try putting this on bottom:
@media (max-width: 400px){
.custom span{
font-size: 20px!important;
}
#chead *{
font-size:12px!important;
}
#cbody{
width: 300px!important;
}
#cbody *{
font-size:10px!important;
max-width: 100%;
}
#cfoot *{
font-size:12px!important;
}
.mp_advert2 .moduletable{
max-width: 200px!important;
margin: 0 auto
}
}
Regards
Please Log in to join the conversation.
Time to create page: 0.115 seconds