Images floating over menu

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Oct 08, 2014 3:33 pm
Hi there, can anyone tell me why this is happening and what I can do to solve it ?

Image
User avatar
Fresh Boarder

GK User
Wed Oct 08, 2014 8:16 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Oct 08, 2014 8:30 pm
http://www.northernguitars.co.uk/new/

Thanks for your assistance
User avatar
Fresh Boarder

GK User
Wed Oct 08, 2014 8:59 pm
There is an error:
This webpage has a redirect loop
it redirects me to:
http://www.northernguitars.co.uk/home/j ... fline.html
User avatar
Moderator

GK User
Wed Oct 08, 2014 9:07 pm
http://www.northernguitars.co.uk/new/

Weird because I can see the website without being redirected.
northernguitars.png
User avatar
Fresh Boarder

GK User
Thu Oct 09, 2014 12:10 am
http://www.northernguitars.co.uk/index. ... llo-detail

Redirect sorted, apologies - click on the product image to see the problem

Cheers
User avatar
Fresh Boarder

GK User
Thu Oct 09, 2014 11:59 am
Please edit: /templates/gk_music/css/override.css and add at its end:
Code: Select all
#gkMainMenu {

z-index: 1000;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 09, 2014 1:21 pm
Thanks for that response, really appreciate it....unfortunately the template has now changed as it had to be darker and edgier.

http://www.northernguitars.co.uk

Can you tell me what dimensions the logo has to be at the top ? I have tried searching for this information but can't find it - is there a crib sheet for each template ?

http://www.northernguitars.co.uk/index.php/contact-us - can you tell me what has happened to the Captcha here ? Was working fine with gk_music ?
User avatar
Fresh Boarder

GK User
Mon Oct 13, 2014 7:24 am
Original fest logo is a css logo not an image logo.
You can modify max image width... To do so please edit: /templates/gk_fest/css/override.css and add at its end:
Code: Select all
#gkLogo {
width: 210px;
}


Now modify 210px value to your liking. You could also set max-width to make it responsive.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron