Scroll bottom footer turned left 90°

Hey there,
On my site, oneworldtrekking.wpengine.com, the scroll bottom footer is turned left for some reason and isn’t pointed up. I can’t figure out how to fix it, can you help?

Thanks!

Hi,

Thanks for writing in!

I can’t seem to access your site to check.

I am getting this

DNS Update Required
The site you were looking for is no longer available at this IP address.

Kindly check again and let us know.

For the mean time try adding the code below in your child theme’s style.css

body .x-scroll-top i:before { content:'\f106'; }

Hope that helps

Hey Paul,
Sorry about that. The url is oneworldtrek.wpengine.com

Hi,

Thank you for providing the url.

I am sorry but I am not entirely sure what you are referring to.

Is this the scroll bottom footer your are referring to?

Can you provide us a screenshot.

Thanks

Hey Paul,
No, it is the one that appears once you scroll down the page. It’s highlighted in the attached screenshot.

Thanks!

Hi,

Have you added the code I provided?

Please add it in your child theme’s style.css

body .x-scroll-top i:before { content:'\f106'; }

Thanks

Hi Paul,
Yes I have. Please see the attached screenshot. It doesn’t seem to have worked.

Also, I am having a problem with the navigation on Mobile. When you click on one of the submenu items, if you then want to click another one, i.e you are looking through the menu, the first submenu clicked doesn’t go away when you click the second.

How might I fix that? I have attached a screenshot for you.

I have attached user credentials for you as well to help.

Thank you!

Hi,

It seems to be a cache issue as It is showing up fine on my end.

Please clear your browser cache and check again.

If you go directly to your css file http://oneworldtrek.wpengine.com/wp-content/themes/pro-child/style.css?ver=2.0.4

You should see this code

/*

Theme Name: Pro – Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
body .x-scroll-top i:before { content:'\f106'; }

Ok I see that now. Looks good.

But I need help with the navigation, can you help with that? See below, It was asked in the last question:

Also, I am having a problem with the navigation on Mobile. When you click on one of the submenu items, if you then want to click another one, i.e you are looking through the menu, the first submenu clicked doesn’t go away when you click the second.

How might I fix that? I have attached a screenshot for you.
I have attached user credentials for you as well to help.

Thanks

Hi,

Navigation inline Element is not advisable for mobile as submenus is most likely to not work could tend to go outside the mobile view.

Please use navigation collapsed or navigation modal instead.

Thanks

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