Home Forums Theme support Caboom – Logo and menu not on same row Reply To: Caboom – Logo and menu not on same row

Hi Mips,

no, the theme options have nothing to do how the theme looks in the responsive version.

I saw right now that I forgot something in the code I’ve postet here, this is the right code:

@media only screen and (max-width: 1059px) and (min-width: 768px) {
#brand {
  float: left !important; 
  width: auto !important;
}
}