02-22-2018, 12:57 AM
02-22-2018, 12:49 PM
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
I can share code once you tell me above answer as the code will vary in both cases
02-23-2018, 02:08 AM
(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.
02-23-2018, 01:41 PM
Go to global.css in Theme and Templates> Focus Theme
And add this code at the bottom of the css file
Change 100px to your liking
Make sure you have switched on development mode if you are using cloudfare else it is not required.
Regards
WallBB
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
Make sure you have switched on development mode if you are using cloudfare else it is not required.
Regards
WallBB
02-23-2018, 04:07 PM
Thanks sir
This work..
This work..