• Hi,

    I’ve activated the “Homepage” template to use the Product Hero and Parallax Hero extensions.

    “Recent products” and “Top rated products” come from the powerpack settings, and the 3 products above are the actual content of the homepage

    Everything that comes from the page content takes only a portion of the available width.

    I understand I need to add custom CSS to make it look like items from the Powerpack homepage customization but I haven’t been able to tweak settings in the designer console to have the same result.

    Do you have any idea how to achieve this ?
    Thanks in advance

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

Viewing 1 replies (of 1 total)
  • Hey @krumpyy

    To make all content of the homepage full-width, go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .home #content .col-full {
      max-width: 100%;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Let me know if that helps! ??

    • This reply was modified 4 years, 5 months ago by Senff - a11n.
Viewing 1 replies (of 1 total)
  • The topic ‘Full width content when using Homepage template’ is closed to new replies.