Removing space for Feature Headings & Descriptions

Discussion in 'ColorWay WordPress Theme' started by knleib, Apr 18, 2015.

Thread Status:
Not open for further replies.
  1. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    I would like to remove the space for the feature column headings and its description. Bottom of my page is a lot of open space.

    However I have my newsletter positioned here so want to keep that there, just the space above. Screenshot here.
     

    Attached Files:

  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly provide your site URL.
     
  3. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Made some edits now just want to remove this empty space above my footer.

    URL is www.kristinlouis.com

    Thanks.
     

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .content-wrap .blog ul.blog_post {
      margin-bottom: -57px;
    }
    By applying the above code it will remove the empty space above footer section.

    Let me know if have further any issues.
     
  5. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Still looks like this sadly.
     

    Attached Files:

  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly apply the below given CSS:
    Code:
    .columns p {
      display: none;
    }
    .columns h3 {
      display: none;
    }
    .content-wrap h1.blog_head {
      display: none;
    }
    Also please let me know do you wish to remove completely the portion mentioned in the image below as well:

    client-image.png

    Let me know.
     
  7. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Perfect. This code worked to remove that. And yes, I would like to remove the items in your image.
     
  8. sameerwalkar

    sameerwalkar Guest

    Hello,

    Ok, Then Apply the below CSS Code for it:

    Code:
    .home_page_blog {
      display: none;
      }
     
  9. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    That's it. Great!

    Is there any way to decrease the white empty space on my home page only? Looks fine on the other pages.
     

    Attached Files:

  10. sameerwalkar

    sameerwalkar Guest

    Hello,

    Apply the below CSS code:

    Also if you wish you can vary the margin pixel as per your needs.

    Code:
    .content-wrapper {
      margin-bottom: -184px;
    }
     
  11. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Looks great now. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page