Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868781

    anzezala
    Participant

    Hello,
    i have some problems that i would like to fix and i would need some asistance. I used Google’s pagespeedinsight and i have these those problems that i think you can help me fix.

    1. Some contet is getting out of my view port on mobile devices.
    2. I would like that my menu isn’t under my logo on the smallest devices.
    I provided pictures of the problems for better understanding.

    My website is: http://houseofnaturalgoodszala.com/

    #869229

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    @media (max-width: 320px){
        .h-feature-headline.cs-ta-center.h2 span {
            padding-left: 0;
        }
        .h-feature-headline.cs-ta-center.h2 {
            font-size: 200%;
        }
        .h-feature-headline.cs-ta-center.h2 span i {
            display: block;
            position: relative;
            margin: 0 auto;
        }
        .x-brand img {
            width: 200px;
        }
    }

    Hope it helps 🙂