Jump to content

Follow Us links not working


Recommended Posts

Hi guys,

 

I can't seem to find how to resolve issue I have at the moment.

On towards the bottom of my page I have the Follow Us line with an icon to our Facebook page.

This link however does not work. There is no link there.

 

I have added our the link to our facebook page in the BO, not sure what else to check.

 

Thanks

 

P.S. You can have a look at the site at www.koni.com.au

 

Link to comment
Share on other sites

Look at the HTML code. The problem is with

<div class="block-shadow"></div>

the shadow block. You have set

.footer-container #footer .wrap_footer .block-shadow {
    top: -70px;
...

and it means that the Social block is hidden under the "shadow"

<div>
    <section id="social_block">
...
Link to comment
Share on other sites

 

Look at the HTML code. The problem is with

<div class="block-shadow"></div>
the shadow block. You have set
.footer-container #footer .wrap_footer .block-shadow {
    top: -70px;
...
and it means that the Social block is hidden under the "shadow"
<div>
    <section id="social_block">
...
Link to comment
Share on other sites

×
×
  • Create New...