White box on bottom II widgets when navigation disabled
Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
Hey guys,
I was editing my website and for some reason when I disabled "Navigation On Homepage" it leaves a white block on my page on top of 'Bottom II' info.. Here is a snapshot.
snapshot:
https://www.dropbox.com/s/lfyyhwuafynau ... %20box.pngPlease advise, thanks so much!
-

- Junior Boarder
Hi,
Try to add this code into override.css
- Code: Select all
.frontpage #gk-bottom2 {
position: relative;
}
-

- Moderator
Hi Piotr,
Thanks so much for your continued support. That fixed the issue!
Piotr Kunicki wrote:Hi,
Try to add this code into override.css
- Code: Select all
.frontpage #gk-bottom2 {
position: relative;
}
-

- Junior Boarder