Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #85682
    Roger
    Member

    Hi there, is there a way to get rid of some of the space between the carousel photo and the text on this Home page: http://champshealth.org. Just want to make the page as compact as possible, and there are pretty big bands of white space above and below the text. Thank you in advance for any advice you can provide.

    Thanks again,
    Roger

    #85697
    Mahesh
    Participant

    Hi @Roger,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .home #content .wrapper {
        padding: 0;
    }
      
    .home #main .page .entry-header {
        display: none;
    }
      
    .home #main .entry-content h6 {
        margin-bottom: 0; 
    }

    Regards,
    Mahesh

    #85747
    Roger
    Member

    That worked perfectly – thanks again!

    Roger

    #85786
    Mahesh
    Participant

    Hi @Roger,

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making space under carousel more compact?’ is closed to new replies.