Logo image is not clickable / Sparkling

Hello,

header php code is not changed.
a tag is present.
url is valid.
but logo is not clickable:
http://screencast.com/t/erpZgFxNdD9
site on http://pratticaterza.ru
why?

regards,
Georgy

Hi Georgy,

I hope you are well today and thank you for your question.

I tried to visit your shared site but getting the error message “This site can’t be reached”.

Please make sure that your site is accessible.

Kind Regards,
Movin

Thanks Movin, I hope you are fine too.

Site seems to be available and googleable:
http://screencast.com/t/dZAqcicKFERR

Which browser/os do you use?
Can you ping www.pratticaterza.ru?

Thanks,
Georgy

It was not browser issue but seems temporary site issue as it is now accessible using same browser.

It seems the logo is not clickable on your site due to CSS conflict. You can try resolving this issue by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


@media (min-width: 768px){
.collapse.navbar-collapse.navbar-ex1-collapse {
    float: right;
}
}

Thank you, Movin, it works!

CSS conflict… hm, wondering why it happened, as I did not alternate Sparkinlg’s css.

You are most welcome here :slight_smile: