Site logo

Archived topic

WP Courseware Issue with bottom Nav (Complete Button)

5 replies · Started by Donny on October 2, 2018

Viewing posts 1–6 of 6

That's strange - any way I can see this live?

It could be that element has a width of 100% + padding, making it wider than 100%.

You are correct... If I remove the padding all is fine.

Would you know of a fix?

Hi there,

The CSS box-sizing: border-box; property will stop the container from expanding.

Thanks David... This code snippet worked perfectly!

Thanks!

Glad we could help :)

This archived topic is closed to new replies.