HomePage › Forums › Traveler › Adapting the theme › Reply To: Adapting the theme
1c) that would be great, I did the trick with
.global-wrap {
width: 100%;
height: 0px;
}
.menu-wrapper, .header-top {
height: 0px;
display: inline-flex;
}
.div_paged_room, ul.slimmenu {
position: relative;
left: 50%;
}
.logo img {
width: auto;
left: 20px;
top: 0px;
position: absolute;
}
it worked nice until I had to add the footer, then everything broke and I’m quite sure that the 50% there, was not the best option to move the buttons of the menu to the middle..
btw I don’t still yet know how to override the colors of the selected element and hover element of the menu without using the predefined ones
8) on the mobile versión I don’t see any menu at all, shouldn’t there be one? how do I activate it
Thanks for the help!