Hi,
1. I have added a module position for the language selector. In which file are the locations defined for tablets or iphone size. Because in this views the position doesn’t get displayed.
>> You can control the mobile layout in Template Manager >> JA_Mero Style >> Layout tab >> Responsive layout >> Mobile.
Click on the eye icon to display or not the module position.
For css styles of this module, you need to detect the located css file via Firebug, then apply changes into it.
2. The text of the home screen slideshow disapears in the iphone vertical look. As you can see if you scroll the logo and the menu are fixed but in you scroll the text down, there are little space between this position where the content is visible.
>> Put below css codes into<blockquote> templates/ja_mero/css/custom.css </blockquote>
@media (max-width: 480px) {
.ja-mainnav.navbar-collapse-fixed-top {
top: 65px !important;
}
}
* Don’t forget to inform me your result.
Leo