1
blackrx
xboostrap Footer at bottom of page ?
  • 2017/3/30 0:39

  • blackrx

  • Quite a regular

  • Posts: 227

  • Since: 2008/2/5 1


Hello

How do i make the xbootstrap footer to be position at bottom of page regardless the length of content ?

2
Bleekk
Re: xboostrap Footer at bottom of page ?
  • 2017/3/30 5:45

  • Bleekk

  • Theme Designer

  • Posts: 940

  • Since: 2002/12/14


See a example here
https://getbootstrap.com/examples/sticky-footer/

CSS of this example for the footer
.footer {
    
positionabsolute;
    
bottom0;
    
width100%;
    
height60px;
    
background-color#f5f5f5;
}

3
blackrx
Re: xboostrap Footer at bottom of page ?
  • 2017/3/30 14:12

  • blackrx

  • Quite a regular

  • Posts: 227

  • Since: 2008/2/5 1


Thank you bleek

i used this in themes/xboostrap/style.css
Quote:

.footer {
background: #111;
color: #EAEAEA;
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}



i made test in localhost...it worked in other pages but not in top page..the footer is position on center top of page blocking the content

XOOPS 2.58.1

Resized Image
http://imgur.com/a/2zDnd

4
Hadesteam
Re: xboostrap Footer at bottom of page ?
  • 2017/4/10 21:38

  • Hadesteam

  • Not too shy to talk

  • Posts: 162

  • Since: 2011/9/5 1


This theme is look awesome, i need this on my site. I have 2 old modules: icontent and mygallery so will be work when set on this awesome theme ? Maybe i need move images from mygallery to extgallery and icontent to news module? But this is no problem for me great work !

Now i thinking and probably no going to wordpress...... xoops is wonderful. When i got trouble with this theme, then ask You.

Login

Who's Online

186 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits