Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #481694

    Hi,
    the logo should be centered on my page http://prankl-consulting.com also in the mobile version.
    As I tried it several times on iPhone 6 it is on the left – and compared to the desktop version the logo is very small.

    can you please help me? thanks.

    martin

    #482046

    Hi martinprankl!

    Thank you for using Enfold.

    Use this in the Quick CSS field to adjust the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100%;
    }
    
    .responsive .logo a {
        text-align: center;
    }
    
    .responsive .logo img {
        display: inline-block;
        max-height: 156px;
    }
    }

    Regards,
    Ismael

    #482047

    Thanks a lot! Worked perfect!

    Another issue: The site is very slow. Memory Limit is set to 128MB.

    How can I improve the speed for the site?

    Thanks

    martin

    #482653

    Hi,

    Here’s a selection of a couple of plugins which can help you speed things up, you will have to experiment a bit with which of them works for you:

    WP Smush:
    https://wordpress.org/plugins/wp-smushit/
    W3 Total cache:
    https://wordpress.org/plugins/w3-total-cache/
    BWP Minify:
    https://wordpress.org/plugins/bwp-minify/

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.