- This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago by Skandha.
-
AuthorPosts
-
February 22, 2022 at 12:32 am #300215moore.ii.kendallParticipant
When I go to mobile, the video will not auto play whether it’s part of the header or content on the page. It will work well on the desktop but not on mobile. When in the header, on mobile the video won’t work.
What is the solution for this?
Also, I can’t find a way or a code to adjust the font size of the footer. How can I adjust the footer font size?
February 22, 2022 at 12:32 am #300236moore.ii.kendallParticipantAlso, what can be done to improve the mobile view of the logo?
The stacked look is not appealing to the eye. Is there a way to adjust the appearance of the logo on the mobile view?
February 22, 2022 at 1:23 am #300293SkandhaParticipant@moore-ii-kendallgmail-com: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To decrease the size of header logo on mobile devices */ @media screen and (max-width: 1024px) { .custom-logo-link { max-width: 200px; } }
To increase the footer font size remove the following from Additional CSS section.
.site-info { font-size:10px; }
Regarding the Header Video issue can you please enable the header video so that I can look into the issue?
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Video on Mobile and Footer Font’ is closed to new replies.