Increase space at the top

More
8 years 6 months ago #45838 by ivan.milic
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;
}

Please Log in to join the conversation.

More
8 years 6 months ago #45847 by nikola.mihajlovic
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

Please Log in to join the conversation.

Time to create page: 0.173 seconds
Powered by Kunena Forum