picture is covering navigation bar
Permalink
I made a website and it looked ok with the browser I was using. However, when someone went to the site, they saw a picture covering the navigation bar. I was told by my hosting company it is a coding error. They offered no assistance. Any help would be appreciated.
In order to get help with this, you need to help us by posting the URL and the browser that was giving the trouble.
the website iswww.www.drschmidtssupplements.com... and the browsers are IE and Firefox.
It looks like an error in the css.
You can fix it by adding a line to your main.css file:
div#main-container #header-image {
min-height: 12px;
clear: both; <--add this, the rest is already there.
}
You should first duplicate the theme from the core into your themes folder.
You can fix it by adding a line to your main.css file:
div#main-container #header-image {
min-height: 12px;
clear: both; <--add this, the rest is already there.
}
You should first duplicate the theme from the core into your themes folder.
tallacman
I am not sure if the version of concrete5 I am using which is 5.6.0.2 that I installed with simple scripts through my hosting provider has all the options to complete the tasks you mentioned, for example, duplicating the theme. I am new to concrete5, but looking at tutorials, it seems I may have something missing. Before you say it, I know I am lacking experience :)
I am not sure if the version of concrete5 I am using which is 5.6.0.2 that I installed with simple scripts through my hosting provider has all the options to complete the tasks you mentioned, for example, duplicating the theme. I am new to concrete5, but looking at tutorials, it seems I may have something missing. Before you say it, I know I am lacking experience :)