Reducing space on top

Home Forums Construction Pro/Build Forum Reducing space on top

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79568
    FeridunFeridun
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: March 31, 2017

    Hello,
    How can i reduce spaces as shown with yellow boxes in below screen shot?
    I can delete page titles or reduce font size.
    I am using very small picture 1px X 1px for the featured images of each page.

    My Website: aswagroup.com

    I am also pasting my Customize CSS codes:

    .slider-main{
    
     position  : relative; 
      width     : 90.7%;  
      height    :100%; 
    }
    
    .slider-main{margin:0 auto; display:table;}
    
    .inner-banner{
    
     position  : relative; 
      width     : 100%;  
     
    }
    
    .innerbanner{margin:0 auto; display:table;}
    
    #footer-wrapper { padding:0;}
    .copyright-wrapper { padding:8px 0;}
    
    #footer{display:none !important;}
    #footer-wrapper{height     : 5%;}
    
    .nav ul:hover ul { width:350px !important;}
    
    .widget-column-4{display:none;}
    .widget-column-1{display:none;} 
    .widget-column-2{display:none;} 
    .widget-column-3{display:none;}
    
    .nivo-caption{top:20% !important;}
    
    .header { padding-top:5px;}
    .head_fix { padding:10px 0 0;}
    
    .header .header-inner .logo{padding:0 !important;}
    
    .innerbanner{display:none;}
    
    body.page .header {position: static;}
    .innerbanner {display: none;}
    
    .header .header-inner .nav ul { font-size:13px;}
    .header .header-inner .nav { top:0;}
    .header .header-inner .nav ul li a { padding:5px 40px;}
    
    .slider-main { top:-5px;}
    
    

    ASWA Group Header Space Reducing

    #79626
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    h1.entry-title, h1.page-title { display:none !important;}
    .content-area { padding:0 0 50px !important;}

    Regards,
    Dave

    #79632
    FeridunFeridun
    Member
    • Topics: 4
    • Replies: 7
    • Total: 11
    Member since: March 31, 2017

    Thank you so much, it is exaclt what i wanted.
    i changed it as below :

    h1.entry-title, h1.page-title { display:none !important;}
    .content-area { padding:2 0 50px !important;}
    #79661
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.