This topic has 12 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
Hello,
the left side top bar area is not visible in the responsive version of the template? I can not see the widget with the language selector used.
Greetings,
Dario
Hello,
Please try to add this code in Global Custom css:
@media only screen and (max-width: 1030px){
.top-bar {
display: block;
}
.top-bar .languages-area {
display: block;
max-width: 100%;
text-align: center;
width: 100%;
float: none;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
width: 100%;
max-width: 100%;
text-align: center;
}
.top-links ul {
float: none;
}
.top-bar .show-in-tb-right {
margin: 0px;
padding: 0px !important;
}
}
.top-bar .top-bar .languages-area .widget_icl_lang_sel_widget {
margin-right: 0px;
}
.top-bar .wpml-ls-sidebars-languages-sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .top-bar .wpml-ls-legacy-list-horizontal a {
padding-right: 0px;
}
Regards
Hello,
the code works but graphically I do not like the top bar in the responsive version and I have moved the flags in the menu. How do I approach them and remove the menu hover?
Another piece of information: I put custom flags as I can to change width and height?
Link in the private area
Greetings,
Dario
Hello,
Please describe the desired result in more details with screenshots for better understanding.
Regards
Of course
http://i.prntscr.com/S7rAgxnJSW2lPGRCkXMLLw.jpg
I highlighted how I would like the flags to appear
Greetings
Please try this code:
.wpml-ls-menu-item .item-link {
padding: 0px !important;
}
.wpml-ls-menu-item{
padding-left: 5px !important;
padding-right: 5px !important;
}
Regards
ok it works,
now I should approach the flags also in the responsive version
now:
http://i.prntscr.com/lkEa5CCPQiWP6f60cuDwPw.jpg
as I would like
http://i.prntscr.com/TVFIoIY8TC2i34wbMmurmQ.jpg
Greetings
.mobile-menu-wrapper .wpml-ls-menu-item a {
padding-left: 30px !important;
}
Regards
ok, I hope to ask the last two things:
1) how to enlarge the size of the flags
2) in the responsive version if you can approach the flags vertically (http://i.prntscr.com/v0Ns5NX8Rhy3e2YYibGPwA.jpg)
Greetings
1.
.wpml-ls-menu-item .wpml-ls-flag {
width: 20px;
height: auto;
}
2.
.mobile-menu-wrapper .menu .wpml-ls-menu-item > a {
line-height: 2 !important;
}
Regards
Thank you so much for your patience.
Greetings,
Dario
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up