• Resolved tashalong

    (@tashalong)


    i need my slider (front screen image) to be larger, i tried to set it full screen but it went off the side of the screen. someone said it was the padding set to narrow but i cant find a way to change it

    help please

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tashalong,

    I’m reviewing your site, and I find that you’re using the Storefront’s Homepage template, which includes a CSS rule that prevents the content to a maximum of 41 ish % width. Here’s what happens if we disable that:

    Direct link to the image: https://snipboard.io/edSmIE.jpg

    One quick way to fix this is playing with that max value to a bigger value; for instance, to help you achieve this, you can use this custom CSS snippet I’ve created for you:

    /* Fix Storefront's homepage template max width | 8653788-zen OP */
    .page-template-template-homepage .entry-content {
    max-width: 100%;
    }

    You can apply it by following these steps:

    1. Go to your WordPress.com dashboard and navigate to Appearance > Customize.
    2. In the Customizer, select the Additional CSS option.
    3. Add the CSS provided here.?
    4. Click the “Publish” button to save the changes.

    If you encounter any difficulties or have any further questions, please don’t hesitate to let me know. I’ll be glad to assist you further.

    I hope this helps so far!
    -OP

    Thread Starter tashalong

    (@tashalong)

    genius! that worked perfectly thank you so much

    Hello @tashalong,

    We’re thrilled to hear that the solution worked perfectly for you!

    @omarfpg is indeed a superstar support expert in the team. <span style=”box-sizing: border-box; margin: 0px; padding: 0px;”>You can than</span>k him by leaving a review?here if you have a minute. ??

    Feel free to reach out by creating a new thread if you have additional questions.

    Thanks!

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