Post by SkyD » Sat Jul 29, 2017 4:29 am

Hi All, this might be a really dumb easy thing to solve but I sure as hell can't seem to figure it out.

I haven't touched my templates in over a month other then
adding in this line of code in the header
<div class="away"><p>We are going to Summerfest August 2nd to August 7th, <strong>Shipping will be haulted</strong> during this time. Responses will be delayed.</p></div>

and suddenly now when I open my website in any browser
the currency hover over is just stuck on.

Website can be found here
https://www.skydivingcanada.ca/

Thank you for the helP!

New member

Posts

Joined
Tue Dec 20, 2016 2:31 am

Post by DigitCart » Sat Jul 29, 2017 3:18 pm

Hi,
In this file:

Code: Select all

catalog/view/theme/default/stylesheet/stylesheet.css
you have this:

Code: Select all

.socialnav ul {list-style:none; display:block; margin:0; padding:0;}
change it to this:

Code: Select all

.socialnav > ul {list-style:none; display:block; margin:0; padding:0;}
or this:

Code: Select all

.socialnav ul {list-style:none; margin:0; padding:0;}
Both method will work.

My Extensions


User avatar
Active Member
Online

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by SkyD » Sat Jul 29, 2017 8:38 pm

Thank you very much, for some reason when you said that it triggered in my head that the reddit social line accidently got removed which had the /div on it. I must have highlighted the line by mistake when i was adding in the summerfest sign!

Thank you very much once again!

New member

Posts

Joined
Tue Dec 20, 2016 2:31 am

Post by DigitCart » Sat Jul 29, 2017 9:47 pm

You're Welcome.

My Extensions


User avatar
Active Member
Online

Posts

Joined
Thu Jun 22, 2017 5:32 pm

Who is online

Users browsing this forum: No registered users and 6 guests