Archived topic
WP Courseware Issue with bottom Nav (Complete Button)
5 replies · Started by Donny on October 2, 2018
Hello Tom,
I have noticed when using GeneratePress with WP Courseware the bottom Navigation does not stay in the container on the right side of the container.
Do you know would be causing the issue?
This is on a local Dev site so I have included a screen shot:
https://screenshots.firefox.com/9jXalCjWg4MHcf4C/www.wp-courseware.dev.cc
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 :)