Home › Forums › All Other Themes › Menu when responsive
- This topic has 7 replies, 2 voices, and was last updated 5 years, 1 month ago by Sonl Sinha.
-
AuthorPosts
-
October 29, 2019 at 5:46 am #133358
Hi,
I am working with the SKT Landing theme and my question here is, when viewing the website in a mobile, the logo appears to be very large in size. Can someone here please assist me with the following:
-> reduce the size of the logo and insert the logo in the homepage slider.
-> only show the hamburger icon for the drop-down menu and not cover the entire width with the menu.Thanks in advance.
October 29, 2019 at 5:51 am #133361Hi,
Kindly show us your website URL please?
Regards,
DaveOctober 29, 2019 at 5:52 am #133362Hello Dave,
The URL is: http://www.asieldigital.com/
I have currently sent the logo property to display:none under the theme-responsive.css
Regards,
DericOctober 29, 2019 at 6:05 am #133365Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.toggle { width:60px; text-indent:-99999999px; float:right;}
Regards,
DaveOctober 29, 2019 at 6:17 am #133368Hello Dave,
Thank you for your help. Also, is there a way I can put a logo on the top left corner beside the menu toggle button?
Regards,
DericOctober 29, 2019 at 6:37 am #133371Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .header .header-inner { background:#000; padding:25px 0 0;} .header .header-inner .logo { width:30%; display:block !important; float:left !important;} .header .header-inner .logo img { height: auto !important; display: block !important;} }
Regards,
DaveOctober 29, 2019 at 7:16 am #133374Hello Dave,
I’m happy with thew solutions.
Thank you for your help.
Have a great day!
Regards,
DericOctober 29, 2019 at 7:55 am #133378Hi Deric,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.