• Resolved laurenbwilliams

    (@laurenbwilliams)


    I need to reduce the height of one of the banners on the landing page of my website. Specifically, I need to reduce the height of the banner that is labeled “Speakers”.

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

Viewing 1 replies (of 1 total)
  • Josh Feck

    (@builtbynorthby)

    Hi Lauren,

    I checked your website and it turns out the elements on the landing page are actually controlled by the theme. You can contact Showthemes support for questions like these.

    That said, if you’re handy with adding CSS to your site, you can add some code like the following to reduce the height of that banner:

    div[data-shortcode="efcb-section-fullspeakers"] .page-info {
      min-height: 120px;
      padding: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change height of title and headline banners’ is closed to new replies.