Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300215
    moore.ii.kendall
    Participant

    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?

     

    http://www.mooreent.us

    #300236
    moore.ii.kendall
    Participant

    Also, 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?

     

    #300293
    Skandha
    Participant

    @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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Video on Mobile and Footer Font’ is closed to new replies.