Missing code tags and Page header overlapping menu

2 replies · opened Dec 23, 2019

HhannielDec 23, 2019

Hello,
I have been using Canvas to build a site but have run into 2, hopefully minor, issues that I wanted to get sorted before I start using the pages I have built as a base for the rest of the site and thus replicating the issue.

The template itself is great but I think I have just missed something when swapping sections over . but cannot work out what.

First:
About Us page, the header is overlapping the halfway through the main menu. You can see the issue here: http://sourcegrafik.com/_clients/FHVI-v2/about.html
I am not sure if I need to add a margin or if I have missed something when copying the section over.

Second:
The index page seems to work fine but I am getting a message in dreamweaver saying that there are missing <div> and <section> tags in my code (please see attached screenshot). I copied over complete sections and have gone through the lines of code but all tags seem to be correct. The page can be viewed here: http://sourcegrafik.com/_clients/FHVI-v2/index.html

Again, it may be that I missed something any help you could give would be greatly appreciated.

Many thanks in advance,
Hanniel

SSemicolon WebSTAFFDec 23, 2019

Hello,

We Apologize about the Inconveniences, however, we currently do not provide Customization related Support according to the Item Support Policy: https://themeforest.net/page/item_support_policy . You will need to manually fix this or Hire a Freelancer to help you out.

  1. The #logo has .topmargin-sm causing this issue. It would be more appropriate to use the following CSS Code:
#logo img {
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
}

The Primary Menu should not have the .sub-title Class. Removing this should fix the mis-alignment with the Header.

  1. The Index Page has validation errors: https://validator.w3.org/nu/?doc=http%3A%2F%2Fsourcegrafik.com%2F_clients%2FFHVI-v2%2Findex.html . Fixing them should fix the issues automatically. The main issue we found was the Double Quotes were not escaped properly. There are Nested Double Quotes, whereas there should be Single Quotes within the Double Quotes. Example:
style="background-image: url('images/slider/main01.jpg'); background-position: center top;"

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard