I'm in the process of setting up a basic support center using HTML. Everything was going smoothly until I incorporated a bootstrap alert. Placing the alert inside col-lg-4
as shown in the code snippet from bootsnipp caused an unwanted whitespace to appear under the Popular Support Topics
section.
Is there any way to eliminate this whitespace when the bootstrap alert is included, especially when additional content is present within the col-lg-4
code block?