• Resolved metromarketing

    (@metromarketing)


    Hello,
    When creating a custom product page, is there any way to create a full page layout? Currently, the product information is all forced to the center of the page. We’d like the information to span the entire width of the page.

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

    It should take up the available space by default. That being said, many of the elements that you drag and resize in the layout builder are then assigned set pixel widths. With that in mind, you can try resizing (dragging) the elements to be bigger in the back end, which should then be reflected in the front end. The custom page layout often takes a bit of trial and error in the layout builder to get it just how you want.

    Hi,
    I am having the exact same problem. https://rassopharma.ch/products/product/herceptin/?
    everything is forced to the center. is there probably a code we can add to adjust the margins of the layout?

    Hi ramie,

    If you look at the source code of your page, you’ll see that the custom product page area does indeed take up the full width of your page.

    It’s just the elements in the layout you built that are narrow. Try dragging them wider. If you still can’t figure out by playing with the layout, then you can try forcing it with custom CSS. For example:

    .gridster ul {
    width: auto !important;
    }
    

    Thanks much. It appears that I had to insert blank boxes and leave them at the corners of the layout to make the plugin understand the full stretch of the page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full Page Custome Product Page’ is closed to new replies.