When you click on a page you will see that the header is not there. I tried adding a container fluid 90 to the css. Maybe I'm putting it on the wrong spot? Please help. Thanks in advance. http://techslatest.com/
When you click on a product the page doesn't have a header. Should have product title. If you go on the site from a mobile device you will see how it's suppose to look. Thank you for the response!
The title is there, it's just being overlapped by your fixed menu. A padding-top: 45px; or more on .container while the fixed menu is... fixed is a simple... fix.
When you click on a page you will see that the header is not there. I tried adding a container fluid 90 to the css. Maybe I'm putting it on the wrong spot? Please help. Thanks in advance. http://techslatest.com/
Not sure what you're talking about. Site looks fine to me.
When you click on a product the page doesn't have a header. Should have product title. If you go on the site from a mobile device you will see how it's suppose to look. Thank you for the response!
The title is there, it's just being overlapped by your fixed menu. A
padding-top: 45px;or more on.containerwhile the fixed menu is... fixed is a simple... fix.You need to add some
margin-topondivwith class ofrow. Just make sure you add the code in all of your Media Queries where appropriate.