Home › Forums › Construction Pro/Build Forum › Reducing space on top
- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by
Forum Moderator.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
July 27, 2017 at 2:14 pm #79568
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;}
July 28, 2017 at 9:44 am #79626Hi,
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,
DaveJuly 28, 2017 at 9:58 am #79632Thank 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;}
July 28, 2017 at 10:55 am #79661🙂
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.