Tagged: Logo Position, mobile menu
Dear support-Team,
i can´t figure out how to place my logo on the upper right side in the mobile-menu view. float:right doesn´t do it.
Could you help me please?
Hi dondela!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
.logo { float: right !important; }}
Regards,
Yigit
Hi Yigit,
thanks, that was it!
Regards dondela