• Resolved DC_CCFC

    (@tgo_dc)


    Hi there

    Any easy way to reduce the top and bottom padding? I want to make the banner a bit more tight and compact.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Tomkin

    (@orchestrated)

    Hey @tgo_dc,

    Under the Options tab, you can find an option for Custom CSS/Custom CSS (mobile). Please add the following to both of these text fields:

    padding: 4px 10px !important

    Thank you!

    Thread Starter DC_CCFC

    (@tgo_dc)

    Thanks!

    What about changing the h3 size of the heading? Tried a few options but not sure of the syntax of the Custom CSS?

    Plugin Author Nick Tomkin

    (@orchestrated)

    @tgo_dc For this, it would be better to use the theme’s CSS to override. Try going to Appearance > Customize > Additional CSS and add the following:

    
    #ocvb-container-notice-text h4 {
      font-size: 1em; /* adjust this value as necessary */
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce top and bottom spacing?’ is closed to new replies.