Home Forums Theme support Lambada – wrong indenting mobile menu and gallery view problems Reply To: Lambada – wrong indenting mobile menu and gallery view problems

Hi,

1. Not sure if I understood you, the sub menu items should be on the same horizontal level or not?

4+5 For a temporary solution you can add this to ‘extra css content’ :

@media only screen and (max-width: 479px) {

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
width: 15px;
height: 15px;
border-radius: 100%;
background: #FFF !important;
}

}