Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Footer layout is broken

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago - 10 years 4 months ago #137290 by emperor
Footer layout is broken was created by emperor
Please see the image.
The footer layout is broken.
Even when i remove the footer-3 position, the footer-2 takes it's place.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #137291 by Yiota
Replied by Yiota on topic Footer layout is broken
In which positions have you assigned your modules?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137292 by emperor
Replied by emperor on topic Footer layout is broken
What do you mean? It's the default i never touched the footer and i can't find out with DW why this problem happens.If i try to change the percentage then the whole template becomes a mess.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #137293 by Yiota
Replied by Yiota on topic Footer layout is broken
You just disabled the fourth module from the footer and got this result?
I'm asking to narrow down the issue.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137294 by emperor
Replied by emperor on topic Footer layout is broken
Even if i re-enable the 4th module it goes where the 3rd is now.
Kindly remind you that we did together some changes due to other problems with the layout, so maybe some of these changes create the problem.
Although i deleted everything from custom.css the problem is still there.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago - 10 years 4 months ago #137295 by Yiota
Replied by Yiota on topic Footer layout is broken
There seems to be something not closing properly in template.css file.
In line 171 there is a select property with no {} tags.
Also make sure that in
*, *:before, *:after { -moz-box-sizing: border-box; } to add box-sizing:border-box; along with the previous for mozilla.
It is located in line 133.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137296 by emperor
Replied by emperor on topic Footer layout is broken
This is what i have starting from line 132. I added the extra tag on line 171. Nothing changed.

/* Foundation 4 Grid / Block Grid / Visibility components */
*, *:before, *:after { -moz-box-sizing: border-box; }

html, body { font-size: 100%; }

body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; font-weight: normal; font-style: normal; line-height: 1.3; position: relative; cursor: default; }

a:hover { cursor: pointer; }

a:focus { outline: none; }

img, object, embed { max-width: 100%; height: auto; }

object, embed { height: 100%; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

.text-justify { text-align: justify !important; }

.hide { display: none; }

.antialiased { -webkit-font-smoothing: antialiased; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137297 by emperor
Replied by emperor on topic Footer layout is broken
I had to delete the extra tag on line 171 cause it was breaking many other parts on the template.

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago #137298 by Yiota
Replied by Yiota on topic Footer layout is broken
Add to
*, *:before, *:after { -moz-box-sizing: border-box; }

a

box-sizing: border-box;
It is located right under
/* Foundation 4 Grid / Block Grid / Visibility components */

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 4 months ago #137299 by emperor
Replied by emperor on topic Footer layout is broken
fixed!

Thank you.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum