Home>Support>Pagebuilder Responsive Full Size Image

Pagebuilder Responsive Full Size Image

Hi,

i want to use a Full Size Image on the Tesserect theme. (example: http://imalreadyhere.com/)
The problem: The image is not responsive. Do you have a solution for this?

best regards,
Ruben Best

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

  1. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Hi Ruben

    Thanks for reaching out. This all has to do with the way space is being added above and below the text contained in the image. I just ran over a similar thread this morning, it’s the same problem. You can see the solution here:

    Thread: Page Builder background image won’t rescale for mobile devices

    Hope that helps.

  2. 9 years, 4 days ago Ruben Best

    Hi Andrew,
    yeah cool. My problem: I’m not sure where to delete code… It would be nice if you could describe it more detailed. (Where to find the code …)

    Thank you very much!

    best regards,
    Ruben

  3. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    It looks to be in your Easy Google Font styles:

    .home-headline {
        color: #71ade1;
        font-family: 'Roboto';
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 6px;
        line-height: 0.8;
        margin-top: 151px;
    }
    

    margin-top is the issue. Just that declaration.

  4. 9 years, 4 days ago Ruben Best

    My question refers to http://rubenbest.de/

    The top margin is set to 0,

    In the other thread you mentioned this row to be deletet:

    Where do i find it?

  5. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Edit the first Visual Editor widget and delete:

    <p style="text-align: center;"><span style="display:block;clear:both;height: 0px;padding-top: 100px;"></span>
    
    
    
  6. 9 years, 4 days ago Ruben Best

    I just see this:

    [spacer height=”30px”]
    Moin Moin
    everything and do what you love
    My MissionDownload CV
    [spacer height=”100px”]

  7. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Not our theme so I’m just working off the source code. Cool, I see what’s going on now. Remove those shortcodes and we’ll rather apply the space ourselves, with responsive CSS.

  8. 9 years, 4 days ago Private Message - Ruben Best

    This is a private message.

  9. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Anything in WordPress used in the editor with square brackets is usually a shortcode.

    This is a shortcode: [spacer height=”30px”]

    Remove both.

  10. 9 years, 4 days ago Private Message - Ruben Best

    This is a private message.

  11. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    So at this point is where the thread I linked to kicks in:

    Thread: Page Builder background image won’t rescale for mobile devices

    Custom row class, padding in Custom CSS etc.

  12. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Same theme, same challenge as you’re facing.

  13. 9 years, 4 days ago Ruben Best

    Yes. But I don’t know where to find this Line:

  14. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Sorry, that didn’t print. Which part are you not following? Thanks.

  15. 9 years, 4 days ago Ruben Best

    {code}” {/code}

  16. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Almost there. code must be in square brackets.

  17. 9 years, 4 days ago Ruben Best
    <span style="display:block;clear:both;height: 0px;padding-top: 250px;"></span>
  18. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    All of the spacing has now been removed: http://rubenbest.de/.

    Next, you need to edit the Page Builder row, click Attributes top right, insert a CSS class in the first field in Attributes:

    custom-home-hero

    Next, install the SiteOrigin CSS plugin OR any CSS plugin.

    Go to Appearance > Custom CSS and target our new CSS class by inserting the following:

    /* Page Builder Styles */@media (min-width: 680px) {	.custom-home-hero .textwidget {		margin-top: 161px;		margin-bottom: 100px;	}}
  19. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Adjust the margin-top and margin-bottom values as required.

  20. 9 years, 4 days ago Ruben Best

    I’v followed your steps but nothing happened?

  21. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    We’re carry legacy errors from this morning :) Change your Custom CSS from what it is now to:

    /* Page Builder Styles */
    
    @media (min-width: 680px) {
    	.custom-home-hero .textwidget {
    		padding-top: 200px;
    		padding-bottom: 100px;
    	}
    }
    

    Should work.

  22. 9 years, 4 days ago Ruben Best

    dosn’t :-( the min-width is red?!

  23. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Looking good on the front end:

    http://rubenbest.de/

    Just add the following to help mobile:

    @media (max-width: 679px) {
    	.custom-home-hero .textwidget {
    		padding-top: 50px;
    		padding-bottom: 50px;
    	}
    }
    
  24. 9 years, 4 days ago Ruben Best

    WOW! You are my hero!
    Big Thank you! Great

  25. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Awesome :) Really glad to hear that helped.

    All the best with your site.

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