Tagged: #TF88
- This topic has 10 replies, 3 voices, and was last updated 1 year, 5 months ago by mathewps.
-
AuthorPosts
-
November 26, 2022 at 9:00 pm #103001angeloParticipant
Hello, I have installed FolioPress (free version) on a website where I have been invited to collaborate. In the desktop view, the theme is working excellently, but when I check it on mobile, the website is adding an extra space on the right side of the page. The to the top button instead to be at the end of the page, is located within in this extra right space.
Please, is there any chance to fix the width of page without having this extra right space?
November 29, 2022 at 4:52 pm #103026Theme Horse Support TeamKeymasterHi there,
Can you please provide us the site URL or screenshot? So that we can see the exact issue.
Thank you!
December 18, 2022 at 7:14 pm #103313angeloParticipantHello, I don’t see the message I sent before, so I’ll write it again. I’ve uploaded the images on an image host website, I put them in this topic with the img tag, but when I press submit, I don’t see my message anymore, so I don’t know how to show you the images because the website is still under construction. I even get an error message at first that is saying You have entered an incorrect reCaptcha value. I’m using Google Chrome and I don’t see any reCaptcha option to select.
Thank you!
December 20, 2022 at 8:18 am #103312angeloParticipantHello, please find below the images I was talking about
December 20, 2022 at 8:22 am #103348Theme Horse Support TeamKeymasterHi Angelo,
Seems it’s working fine here.
Did you customize any theme code?
Can you please deactivate the plugins one by one and check?Thank you!
January 4, 2023 at 4:37 pm #103530angeloParticipantHello and Happy New Year!
Hi Angelo,
Seems it’s working fine here.
Did you customize any theme code?
Can you please deactivate the plugins one by one and check?Thank you!
Thank you for your reply, I customized the child theme with the following code:
/* Links */ a, a:focus, a:active, a:hover { color: #373737; } /* Linee header e footer */ .navbar { border-bottom: none; } .site-info { border-top: none; } /* Titoli pagine */ .entry-title { display: none; } .entry-title::after { display: none; } /* back to top */ .back-to-top a { background-color: #3D3D3D; } /* navigation */ .main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li.current_page_item > a, .main-navigation li.current_page_ancestor > a, .main-navigation li.current-menu-item > a, .main-navigation li.current-menu-ancestor > a { color: #3D3D3D; } /* policy */ .cky-btn { color: #3D3D3D; } .cky-btn-customize { color: #3D3D3D; background: transparent; border: 2px solid; border-color: #3D3D3D; padding: 8px 28px 8px 14px; position: relative; }
The Plugin I installed is the official one from Bluehost, then Child Theme Configurator, CookieYes, Jetpack, UpdraftPlus, Visual Portfolio and Yoast SEO. There is no deactivated plugin.
Thank you!
January 30, 2023 at 5:21 pm #103881Theme Horse Support TeamKeymasterHi Angelo,
It will be best if you share us your site Url? So that we can see the exact issue and solve it quickly.
Thank you!
February 4, 2023 at 11:44 am #103931February 5, 2023 at 5:44 pm #103942Theme Horse Support TeamKeymasterHello Angelo,
Sorry! We have checked your site into mobile devices and we could not able to see any extra space on the right side of the page.
Can you please check it once in another mobile devices with clearing all the site, browser and server cache?
After that let us know the result.Thank you!
February 26, 2023 at 6:08 pm #104262angeloParticipantHello!
I have realised that it happens only when the header menu is not set on fixed during the scroll of the page. If I get the fixed header, the extra space is absent.June 9, 2023 at 3:22 am #105474mathewpsParticipantUse the padding property.
The padding property can be used to add space around an element. To remove the extra right space, you can set the padding-right property to 0.
-
AuthorPosts
- You must be logged in to reply to this topic.