Home › Forums › All Other Themes › SKT Cause theme formatting on mobile
- This topic has 6 replies, 2 voices, and was last updated 7 months, 2 weeks ago by Sonl Sinha.
-
AuthorPosts
-
March 3, 2024 at 10:02 pm #214970
Hi,
1. Theme’s mobile menu is not vertically centered
Screenshot: https://prnt.sc/NamQDtRw6jw6
How to vertically center the mobile menu?
2. The page title on mobile is not vertically centered.
Screenshot: https://prnt.sc/wT-QXW3_7FcC
How to vertically center the page title on mobile?
3. The description of the home slider is not displayed on mobile.
Screenshot on Computer: https://prnt.sc/h_UNRRb3bpy-
Mobile screenshot: https://prnt.sc/EwoXtgkFm144
How to display the description of the home slider on mobile?
Thanks in advance.March 5, 2024 at 11:31 am #215151Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { #simple-menu { margin-top:18px;} .slider-main .nivo-caption .slidedesc { display:block;} .cattitle_wrap { top:50%; transform: translate(-50%,-50%);} #footer .rowfooter { margin:0;} #footer .footercols3 { padding: 80px 50px 0;} .addtoany_content { text-align:center;} }
Regards,
ChrisMarch 8, 2024 at 1:54 pm #215798Hi,
In the SKT Cause theme, for a long text in the submenu, the text is placed on two lines, which is not aesthetic.
See screenshot: https://prnt.sc/K_DSLaPhKWY2
How to put submenu texts on a single line.
Thanks in advance.March 8, 2024 at 4:35 pm #215804Hi,
Kindly use this CSS to display submenu texts in a single line.
#topmenu ul li ul { width: auto; white-space: nowrap;}
Regards,
ChrisApril 1, 2024 at 4:54 am #216224Hi,
With this CSS code, the submenu is one line, but the text is cut off in the submenu, it is not displayed in full.
See screenshot: https://prnt.sc/fZefMRbvpn8h
Thank you for your help.April 1, 2024 at 9:49 am #216226Hi,
Kindly show us your website URL?
Regards,
ChrisApril 2, 2024 at 12:40 pm #216277Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header.type3 #topmenu ul li ul li a, .header.type4 #topmenu ul li ul li a { padding: 10px 20px !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.