Jump to content

can someone help to make my footer full length please ?


Recommended Posts

This is because you added the image URL to the wrong css tag.

 

 

You have it in    

 

.footer-container #footer    { background-image url(https://donatale.com/themes/default-bootstrap/css/../img/222.png)

 

 

It should be here

 

.footer-container    { background url(https://donatale.com/themes/default-bootstrap/css/../img/222.png)

 

 

I can not tell you the exact line because you have Smart cache for css on.

  • Like 1
Link to comment
Share on other sites

This is because you added the image URL to the wrong css tag.

 

 

You have it in    

 

.footer-container #footer    { background-image url(https://donatale.com/themes/default-bootstrap/css/../img/222.png)

 

 

It should be here

 

.footer-container    { background url(https://donatale.com/themes/default-bootstrap/css/../img/222.png)

 

 

I can not tell you the exact line because you have Smart cache for css on.

Thank you for reply! I have just disabled smart cache and changed the line, but no luck - it is back to dark background and no image at all :(

Link to comment
Share on other sites

Try this edit    ../modules/themeconfigurator/css/theme9.css and change as below:

 

 

Lines 188-192

 

@media (min-width: 768px) {
  .footer-container {
    background: url(/themes/default-bootstrap/img/222.png) repeat-x;
  }
}
 
 
Note that if you change the background you will then need to change all the font colors for the footer as they do not show very well.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...