Footer cendered

  • flinky
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17578 by flinky
Footer cendered was created by flinky
Hi guys

I bought this template and I'm trying to change it.

I have two issues

1.If possible I would like to have the footer (aktuell, Info, Über uns) and the copyright module centered.

2. Ahead the titles in the footer (aktuell, Info and Über uns) iwould like to remove the dot.

I tried to change several values ​​in the css but without success.

This is the link from my test page

www.saillen.ch/new

Attached you find the screenshot

Many Thanks
Flinky
Attachments:

Please Log in to join the conversation.

More
12 years 8 months ago #17594 by ivan.milic
Replied by ivan.milic on topic Re: Footer cendered
add this to bottom of template_css.css

.footer_modules ul{
list-style:none;
}

move module you have in footer4 to footer3 .

Please Log in to join the conversation.

  • flinky
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17608 by flinky
Replied by flinky on topic Re: Footer cendered
Hi Ivan

Thanks for your help.

I changed the footer from modul footer4 to footer3 (attached screenshot) but unfortunately there is still not in the middle of the page.
This also for the copyright text.

Buttom ahead titles: I added text to the end of this string in template_css.css, but there are still the bottom ahead the titles

www.saillen.ch/new

Thank you
René
Attachments:

Please Log in to join the conversation.

More
12 years 8 months ago #17616 by ivan.milic
Replied by ivan.milic on topic Re: Footer cendered
It looks like you forgot } in hot_2.png, also it appears footer modules can be centered only if you add left padding to parent container, but that would be bad if you activate all 4 potions. So:



.footer_modules ul{
list-style:none!important;
}

.footer_modules{
padding-left: 230px;
}

I have added !important because that will ensure rule to be active.

Please Log in to join the conversation.

  • flinky
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17633 by flinky
Replied by flinky on topic Re: Footer cendered
Sorry, I made the changes but it doesn't work. Attached you find my layout.css and template_css.css Is possible to modify this files in the right way?

I doesn't find the hot_2.png :-(

Many Thanks
Flinky

Please Log in to join the conversation.

More
12 years 8 months ago #17640 by ivan.milic
Replied by ivan.milic on topic Re: Footer cendered
try to add !important:

.footer_modules{
padding-left: 230px!important;
}

Please Log in to join the conversation.

Time to create page: 0.178 seconds
Powered by Kunena Forum