Hi I am having issues with the logo appearing twice on the left hand side until scrolling down and not starting in the center of the page. http://ncma-cic.org/padperson/ Could you help please
openmind1
Hi,
How do you set the logo? Kindly share the credentials of your site so I can take a look.
Regards
I have updated the logo via uploading in the back end template settings and set to show image instead of CSS. I also tried the other method and changed all the styles from 1 - 6 to my own logo and removed the svg file this method also did not work
Try to add the following custom css code to your override.css file (don't forget to enable override option from Template Options - > Advanced tab) ref. https://www.gavick.com/documentation/joomla/templates/customization/custom-template-css
#gkLogo img { margin: 0 auto; } #gkHeaderNav #gkLogoSmall { top: -200px; position: relative; }
Cheers Joshua