[Resolved] Display Overflow on Image

Home Forums Support [Resolved] Display Overflow on Image

Home Forums Support Display Overflow on Image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1603328
    ninjajay

    To learn GenerateBlocks I’m trying to replicate a design on this page https://jayokey.com/gp-block-test-page. The design of the hero section requires the text in the first container to be in-line with the logo. The astronaut in the second column should be larger than the width of the container and grid elements that contain it. How can I achieve this with Generate Blocks?

    The current structure of the section is
    1 Container > Grid with two columns
    Column 2 just contains a container and the image.

    Thanks

    #1603334
    ninjajay

    I’ve worked it out. I added a class to the image “hero-astronaut” and added the following CSS to the customizer

    @media only screen and (min-width: 769px) {
      .hero-astronaut {
    	  max-width: unset;
              width: 125%;
      }
    }
    #1603572
    David
    Staff
    Customer Support

    Glad to hear that ! Nice design 🙂 Great to see that in GB

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.