• Resolved elenaocone

    (@elenaocone)


    Hello

    Last Corp and PageBuilder update broke Corp one-page layout responsiveness.
    I checked in the official demo page, and it is affected as well: on desktop the demo works fine, but on tablets landscape mode the background image of the fixed background row does not resize properly and titles are stuck.

    Any suggestion?

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for reaching out.

    I’m not sure this is a new issue. You can improve the SiteOrigin Headline widget headline font sizing on iPad by editing the widget and changing the FitText Compressor Strength to 1,2 as an example. I’ve set it to 1,2 on the demo.

    This topic goes over the potential mobile issues of using background-attachment: fixed. We’ve been working on a new Parallax effect and will have that out ASAP. When that’s released you can try changing this row background to Parallax and see if works for your layout. For the moment, you can try heading over to Appearance > Custom CSS if you’re using SiteOrigin CSS or Customize > Additional CSS and add:

    /* One Page Demo */
    @media (max-width: 1024px) {
    	#parallax {
    		background-size: auto !important;
      }
    }

    You can change the comment to match your page name. This rule assumes you’ve left the ID from the One Page Demo layout in place. You can view that ID when editing the row in the Attributes section. You could also prefix the ID with the page class if you’d like, more on that here. You can also change the row from Fixed to Parallax but it would require a larger image than the one we’ve used in the demo to make the effect noticable.

    Thread Starter elenaocone

    (@elenaocone)

    Thank you very much, @misplon : it’s working like a charm ??

    Super, glad to hear you’re making progress. All the best with your website ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Corp update broke one page layout on tablet’ is closed to new replies.