Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303902
    Peter S
    Participant

    I’d like to be able to add some custom code to the home page for the BANDSINTOWN.COM tour dates. Right now I’m using the “HERO SECTION” but it’s not full width. Can you guys include a section for embed code that is full width? If not can you tell me the custom css to make the hero section full width?

    It’s full width on the page: https://kevinkinsella.com/tour-dates/

    But on the home page it’s not full width.

    http://www.kevinkinsella.com

     

     

    #303937
    Skandha
    Participant

    @pete9999: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hero-section .wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: unset !important;
    }
    .content-align-left .hero-content-wrapper .entry-container {
    padding: 0 !important;
    max-width: unset !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #304544
    Peter S
    Participant

    thank you that worked!

    #304573
    Skandha
    Participant

    @pete9999: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/scapeshot/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width “hero” section when pulling in page info’ is closed to new replies.