Colorway Reduce White Space Home Intro/4 Feature Area

Discussion in 'ColorWay WordPress Theme' started by irissalmins, Oct 25, 2012.

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

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    Can the white space between the home page intro and the 4 feature areas be reduced?C
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #content{
    margin-top:0px;
    }
     
  3. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    That didn't seem to make a change. I need the white space greatly reduced in the area between the home into page and the 4 feature area. I guess that would mean reducing the area in the home page intro. Thanks for your time.

    This is the code that I have in Styling Options.

    #content{
    margin-top:0px;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background:eek:range!important;
    }

    #content {
    margin-top:0px;
    }
    .slider-container {
    border-bottom:none;
    }
    #content {
    margin-top:0px;
    }
    .slider-container {
    height: 350px;
    }
    .slider-container {
    height:240px!important;
    }
    .slides_control {
    min-height: 200px!important;
    }
    .slide {
    min-height:200px!important;
    }
    .slide-img {
    height:200px!important;
    }

    .footer-container {
    background: #004192!important;
    }
    .footer-navi {
    background: #004192!important;
    }
    .slide .slide-content.entry {
    display:none;
    }
    .container {
    background-color: f8ebff;
    }
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .content-wrapper .content-info {
    margin-bottom: 0px;
    }

    Thanks.
     
  5. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #content {
    margin-top: 0px !important;
    }
     
  7. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    It is still not working. irisdemosite.com
    This is the styling code in Styling options...
    .content-info {
    display:none;
    }
    #menu li a {
    color: navy;
    }
    #menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected, #menu li.current_page_item a{
    color: white;
    }

    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color: white;
    }
    .content-info {
    background:#fea500 ;
    }
    .content-info
    {
    height:30px;}
    .content-wrapper .content-info {
    margin-bottom: 0px;
    }
    #menu .ddsmoothmenu {
    background: white;
    }
    h1,h2,h3,h4,h5,h6,a{
    font-family:cambria;
    font-size:20px!important;
    }
    p{
    font-family:cambria;
    font-size:12px!important;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background:eek:range!important;
    }
    .slider-container {
    border-bottom:none;
    }
    .slider-container {
    height: 350px;
    }
    .slider-container {
    height:240px!important;
    }
    .slides_control {
    min-height: 200px!important;
    }
    .slide {
    min-height:200px!important;
    }
    .slide-img {
    height:200px!important;
    }

    .footer-container {
    background: #004192!important;
    }
    .footer-navi {
    background: #004192!important;
    }
    .slide .slide-content.entry {
    display:none;
    }
    .container {
    background-color: f8ebff;
    .content-wrapper .content-info {
    margin-bottom: 0px;
    }
    blockquote{
    display:none;
    }
    #content {
    margin-top: 0px !important;
    }

    I may change the slide size before you read this.
     
  8. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    we have checked your code and you haven't closed the "container" div and opened new div that is why your code is not working, close the div and everything will work fine. Sending you the image for the reference.

    [​IMG]
     
  9. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    It worked! Thanks
     
Thread Status:
Not open for further replies.

Share This Page