Logo suddenly doesnt link to homepage anymore

All I did was change some text on a subpage and now the homepage link in the logo doesnt work anymore. It is linked to the homepage in wordpress /appearance /settings /reading…and I did not touch the php code at all.

Here’s the URL: http://testbuild.talentsorter.com/

Cheers.

Hello Shane,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.x-nav-wrap.desktop {
    float: right;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

That worked, thank you!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.