How can I keep my footer at the bottom of the page in Baseline theme?

my footer doesnt want to stay at the bottom when the page has little content but its normal when there is more im using the baseline theme, please help thanks

@splizh

can you please share the store URL?

thanks

Yes sorry i forgot https://nineofspades.co

@splizh

please place below code into your theme.min.css file.

#shopify-section-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

thanks

It kinda worked but the footer is permantly stuck on the bottom of the screen, i meant it to be on the bottom of the page at all times, you should be able to see it since i saved it

@splizh

it is currently bottom of the page fixed. If you want to unstick the you can remove the code. can you please explain what exactly you want to do? with the footer>?

Its currently taking up half the screen and i just eant ot to be on the bottom of the page below all the content, on pages like faq or brand the footer normally had some space below the footer and i just eant the footer to be a footer

@splizh

still did not get it share an example if you have

Its taking up half the page i just want to be at the bottom of the page below everything especially on pages like faq or contact (sorry for all the typos in last reply) https://streamable.com/59oc6l

@media only screen and (max-width: 600px) {

#shopify-section-template--21444845011251__main {
	padding-bottom: 200px;
}
}

please add this code and check