Home › Forums › All Other Themes › Header Size and Options
- This topic has 5 replies, 3 voices, and was last updated 7 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 19, 2016 at 1:40 am #27411
Hello,
I have just purchased SKYBiz Pro for the following website, http://www.gracebaptistmarshfield.org
Be advised I am a novice.
How do I change the height of the header section, i.e. the white space?
I would like the Title “Grace Baptist Church” to be on one line as it is in the preview.
Why is the preview dropdown menu different from the actual website?
Thank you for your assistance!
March 21, 2016 at 7:28 am #27520Hi Chad,
Preview drop down menu shows that of tablet as the space is less.
Kindly add this in appearance>theme options>layout settings>Custom CSS box:
.header{padding:0px;}
Regards,
ShriMarch 22, 2016 at 2:07 pm #27765I may not have been clear. I would like to increase the size of the space in the header where the page title is. I currently have GBC but would prefer Grace Baptist Church on one line, currently it puts it on three lines as
Grace
Baptist
ChurchIs this possible?
March 23, 2016 at 5:22 am #27859Hi Chad,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#logo{width:347px !important;}
#logo h1{font-size:30px !important;}Regards,
BradMarch 23, 2016 at 2:45 pm #27908Thank you so much Brad. The code you provided worked well. I am still trying to expand the width of the header section. By this I mean I would like the Logo area to be further to the left and the menu section to be further to the right. Thank you for your continued assistance!
Chad
March 25, 2016 at 7:14 am #28047Hi Chad,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.container{width:1000px !important;}
.header_right{padding-top:20px;}Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.