End of Support for Joomla 3 - Forum closed
Height of logo area
Thank you, I have been able to do it this way:
.uk-sticky-placeholder {height:100px !important} /* setting a standard value for all window sizes */
@media screen and (max-width: 1120px){
.uk-sticky-placeholder { height:80px !important; }
.uk-navbar { height:80px !important; }
.uk-navbar-toggle { height:80px !important;}
.uk-navbar-content { height:80px !important;}
#menu-outer { height:80px !important;}
}
The only annoying this is that there is a thin, light gray line appearing above the image slider at the smaller window sizes which is not there when it is full screen or large enough. Do you know if there is any additional element or setting which causes this?
.uk-sticky-placeholder {height:100px !important} /* setting a standard value for all window sizes */
@media screen and (max-width: 1120px){
.uk-sticky-placeholder { height:80px !important; }
.uk-navbar { height:80px !important; }
.uk-navbar-toggle { height:80px !important;}
.uk-navbar-content { height:80px !important;}
#menu-outer { height:80px !important;}
}
The only annoying this is that there is a thin, light gray line appearing above the image slider at the smaller window sizes which is not there when it is full screen or large enough. Do you know if there is any additional element or setting which causes this?
by limmer
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there,
I dont know where the line comes from.
You can analyze your css in this way
I dont know where the line comes from.
You can analyze your css in this way
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates