Home>Support>Responsive Issues

Responsive Issues

Hello, I’m updating a website for a friend and she is using the Vantage Premium Theme. Her website is set to be responsive. When the website is on a mobile device there is a lot of white space in the header and I can’t work out why, could someone please explain? I have attached screenshots of the desktop site and the mobile site so you can see the difference.

Thank you

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Laura

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. 8 years, 4 months ago Jose Antonio Beltran

    hi i am having the same issue with making my website look responsive for mobile devices even after selecting th options on settings

    my website is http://www.livingworditd.com

    • 8 years, 4 months ago Andrew Misplon
      Hi, I Work Here

      Hi Jose

      We’d like to help you, but can you please start a new thread with your question? We can only offer you the best support possible when you’re the owner of a thread.

      Page: New Thread

      If you’re a premium user, please be sure to enter your order number so we can properly prioritize your thread.

  3. 8 years, 4 months ago lauratyley

    Hi Andrew,

    The website is italycountrystay.com

    Thank you

    Laura

  4. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Thanks Laura

    Please, can you try re-creating your header?

    header-steps-to-winning

    I left out that the site title font can be set from AppearanceCustomizeTheme DesignFonts.

    Finally, you can set the site title font size from Appearance > Custom CSS with the following:

    /* Site Title */
    #masthead .hgroup h1 {
        font-weight: 100;
        font-size: 36px;
    }

    Edit the above snippet as required.

  5. 8 years, 4 months ago lauratyley

    Amazing Andrew, thank you so much.

    The issue I have now is getting the language widget and the site title to render together, they don't seem to know that the other exists now that they are not both widgets.
    Ideally I want the language options to sit above the title at the very top of the header. Do you know what CSS I would need to use to do this?

    Thank you

    Laura

  6. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sure.

    I don’t think the rule you have in Custom CSS is doing anything. Try removing it and adding:

    #masthead .hgroup h1 {
        max-width: 74%;
        margin: 0 auto;
    }
    

    Adjust as required.

  7. 8 years, 4 months ago lauratyley

    Andre you've been such a great help.
    I have another issue with the site with regards to reponsiveness.
    The gallery when on mobile just reduces in size, is it possible to make the images pile on top of each other?
    http://www.italycountrystay.com/en/photo-gallery/

    Thank you

    Laura

  8. 8 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sure, try the following at AppearanceCustom CSS:

    /* Gallery */
    @media (max-width: 680px) {
    	.gallery-item {
    		width: 100% !important;
    	}
    }
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More