• Resolved lissy

    (@liskabora)


    I am struggling to adjust the width of the content section on my homepage so it affects only the homepage content area… I have already tried:

    .homepage-full{
    max-width:100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    }

    and

    .home #content > .col-full {
    max-width: 90%;

    …but neither of these have fixed the issue. I would like it to align with the menu/cart extents above. Any ideas?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello lissy

    Thank you for contacting Woo support.

    I checked your website and noticed that the CSS you have added is correctly applied to the Home page.
    I do not see the CSS applied on any other pages.

    Are you not getting the desired output?
    Could you explain how you want to align with the menu/cart?
    Sharing a screenshot will be helpful.

    Looking forward to your response. ??

    Best regards.

    Thread Starter lissy

    (@liskabora)

    Hello Zubair!

    Thank you for taking the time to look at my website! I included an image of what I am trying to align below. It is only an issue on the homepage as I have a sidebar on the other pages that push the content farther to the sides. Any insight you have would be greatly appreciated.

    Screenshot: https://app.box.com/s/ed3d3i6or4ukc5kvlmotvzaldzg9m2m7

    Thank you!

    • This reply was modified 5 months, 1 week ago by lissy. Reason: image not visible
    • This reply was modified 5 months, 1 week ago by lissy.

    Hi @liskabora

    Thanks for sharing further clarification. Please add this custom CSS in Appearance > Customize > Additional CSS:

    .page-template-template-homepage .entry-content {
    max-width: 100% !important;
    }

    I hope this helps! If you have any other questions, feel free to ask.

    Thread Starter lissy

    (@liskabora)

    That worked perfectly! Thank you so much Shameem!!!

    • This reply was modified 5 months, 1 week ago by lissy. Reason: resolved

    Hello lissy,

    Thank you for your reply.

    I am glad to know that you were able to fix that issue. ??

    If you feel that the Storefront theme has been beneficial to your business, we would be truly grateful if you could take a few moments to leave a review.

    Your feedback not only supports our continuous improvement but also helps others make informed decisions about using this theme.

    Have a great day!

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