• Resolved MLI

    (@madanlinkindustries)


    PLEASE NOTE: VISIT THE SITE ON A MOBILE DEVICE TO UNDERSTAND MY ISSUE.

    You would see that there is too much spacing between the site title and the actual content for every page. On the home page, this spacing comes after the slider.

    Is there any way to reduce this space?

    • This topic was modified 3 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, @madanlinkindustries

    It would be useful if you could show us a screenshot of your issue, as I’m not sure what width your mobile device screen is. I can only assume the issue is described in the picture below:

    If so, try adding this in Dashboard – Appearance – Customize – Additional CSS in the Customizer

    @media only screen and (max-width: 550px){
        .header-phone,
        .header-email {
            float: unset;
            margin: 5px;
            display: flex;
        }
       .header-contact a .fa {
            font-size: 20px;
        }
    }

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

    Thread Starter MLI

    (@madanlinkindustries)

    Hey Vlad! Thanks for your quick response. Can you help me with how I can add a screenshot here? Can’t seem to find an option.

    Alternatively, you can visit the about page of the website and you will get to know what I am trying to explain.

    You can use services as imgbb.com and paste the link here.

    Try adding this in Dashboard – Appearance – Customize – Additional CSS in the Customizer

    #primary {
        margin-top: 5px;
    }

    Kind regards!

    Thread Starter MLI

    (@madanlinkindustries)

    That worked very well.
    Thankyou so much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Too much space between site title and content’ is closed to new replies.