• Resolved skepsel

    (@skepsel)


    I have a question if you could please help me. If you look at the front page. I have a slider and then to widgets. One with our church vision and then one with the Pastors message. Is there a way to reduce the space between the to widgets? I am using Dunmais theme for churches. In my custom css I added a code for my other issue and it was fixed, now I need help with this one please.

    #cromaheader {
    border-bottom: 0 !important;
    }
    If I enter another code would I enter it after the} or hit enter and then start a new line?

    https://caledoniaumc.org

Viewing 5 replies - 1 through 5 (of 5 total)
  • .cro_ctb_block {
      padding-top: 0;
      padding-bottom: 0;
    }

    And you would enter this code after the closing }, on its own new line.

    Thread Starter skepsel

    (@skepsel)

    I added the code and see no change to the page…

    #cromaheader {
    border-bottom: 0 !important;
    }
    .cro_ctb_block {
    padding-top: 10;
    padding-bottom: 0;
    }

    Thread Starter skepsel

    (@skepsel)

    Sorry the 10 was switched back to 0, was trying to see if it made a difference and did not

    You may need to use !important again:

    .cro_ctb_block {
      padding-top: 10px !important;
      padding-bottom: 0 !important;
    }

    If you want to use any value other than 0, you need to explicitly say which units you’re using, as well.

    Thread Starter skepsel

    (@skepsel)

    Thank you so much that worked out great. Everyone on these threads are so HELPFUL!! So appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Front page reduce space between widgets’ is closed to new replies.