Comments Ibrahim started the conversationDecember 28, 2021 at 7:45amIbrahim repliedDecember 28, 2021 at 7:46amCan we put the menu next to the trigger there is a lot of empty space for no reason (please recommend a fix which only applies to mobile version and does not mess with desktop version) 1,833Support Agent 1 repliedDecember 28, 2021 at 10:06amHi,Please try with the following CSS code:@media(max-width:480px){.btMenuVertical .btLogoArea .logo img { width: 220px;}.btContentWrap { padding-top: 50px !important;}} Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!Ibrahim repliedDecember 28, 2021 at 1:31pmThe logo is not aligned due to the way the image is created. Is there any css code I can use to have an alternate logo for the mobile verison 1,833Support Agent 1 repliedDecember 28, 2021 at 1:59pmHi,Please add the following CSS code to Additional css:@media(max-width:480px){ .btMenuVertical .btVerticalHeaderTop .logo img.btAltLogo { display: block !important;}.btMenuVertical .btVerticalHeaderTop .logo img.btMainLogo { display: none !important;} } Regards, BoldThemes team If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance! Sign in to reply ...
Can we put the menu next to the trigger there is a lot of empty space for no reason (please recommend a fix which only applies to mobile version and does not mess with desktop version)
Hi,
Please try with the following CSS code:
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!
The logo is not aligned due to the way the image is created. Is there any css code I can use to have an alternate logo for the mobile verison
Hi,
Please add the following CSS code to Additional css:
Regards, BoldThemes team
If you like our products please consider leaving us a rating. A huge thank you from BoldThemes in advance!