On Sale - Peach MyBB Theme - 10$ For limited time Check here
On Sale - Focus Responsive Theme - 20$ For limited time Check here
how do i change the height of this header ?
#1
I want to change the height of this header because I think the header is too high.

then how to change the color of the header?
thanks.


Attached Files Thumbnail(s)
   
#2
Can be done with css edit, I want to know do you also wish to remove the scrolling effect in the header ?
I can share code once you tell me above answer as the code will vary in both cases
#3
(02-22-2018, 12:49 PM)WallBB Wrote: Can be done with css edit, I want to know do you also wish to remove the scrolling effect in the header ?
I can share code once you tell me above answer as the code will vary in both cases

no, let the scroll effect run.
I just want to change the height of header like in screenshoot.
#4
Go to global.css in Theme and Templates> Focus Theme
And add this code at the bottom of the css file

Code:
#container {
padding-top: 100px;4
}
.header {
    height: 100px;
    line-height: 100px;
}

Change 100px to your liking Smile
Make sure you have switched on development mode if you are using cloudfare else it is not required.

Regards
WallBB
#5
Thanks sir
This work..
#6
(02-23-2018, 04:07 PM)Rikoyudiansyah1 Wrote: Thanks sir
This work..

Cheers Smile




Users browsing this thread: 1 Guest(s)