Forum Replies Created
-
AuthorPosts
-
rk
Participantexcellent, everything is already working well.
thank you very much !Regards
rk
ParticipantHello,
the menu is already working fine, but need to do, make the title one line:
https://we.tl/t-vTFlNbbyuARegards
rk
Participantso I drew an example, is it possible to do this:
rk
ParticipantPreviously, the submenu fly on the right side, it was good, but the problem was that the submenu didn’t interfere with the screen on small displays.
It is necessary that the submenu fly out on the left side, and then it will fit on small displays.rk
ParticipantI tried, it’s not good how the menu works for me.
rk
Participanthere is a screenshot:
https://we.tl/t-M5RcLLiGF7rk
Participantfirst cod:
There are 5 errors which must be fixed before you can save.
Update anyway, even though it might break your site?rk
ParticipantMy Customizing ▸ General
Additional CSS
__________________________________________________________________________________________________________________
@media only screen and (max-width: 992px){
.header_transparent header.header_v2 .sticky-header:not(.sticky-header-shrink) {
position: relative!important;
}
}
/*Mobile menu on theRight side*/
@media (max-width:992px) {
.sticky-header.sticky-header-shrink {
position: fixed!important;
}
nav.mobile-menu {
position: fixed!important;
width: 100%;
top: 80px!important;
height: 210px;
overflow: auto;
z-index:9999;
}
}
@media (max-width:480px) {
#agama-logo a {
max-width: 80%!important;
text-align: left!important;
}
.logo{
float: left!important;
}
.mobile-menu-icons{
width: 20%!important;
clear: none!important;
text-align: right!important;
}
}
/*sticky footer*/
html, body, #main-wrapper {
height: 100%!important;
}
#colophon{
position:fixed !important;
bottom:0;
width: 100%;
z-index: 99999!important;
}#content{
margin-bottom:50px!important;
}
__________________________________________________________________________________________________________________rk
Participanteverything works fine
Thank you very much.Regards
rk
ParticipantThis reply has been marked as private.rk
ParticipantThis reply has been marked as private.rk
ParticipantI added these codes and the following problems appeared:
1) problem for slider
2) problem backgroundi maked screens
https://we.tl/t-KDVyXO2r2frk
ParticipantI wanted to send you screenshots, it doesn’t work
prnt.scrk
ParticipantNow everything is working well.
thanks.Regards
rk
Participantthe menu now looks like I wanted, but the hamburger with the logo does not move on the display when scrolling
-
AuthorPosts