Tagged: scroll bar, translations
I have a couple of issues:
1) When navigating on my webpage, I would like to have a Scroll Bar PERMANENTLY shown on all of my pages and products, including the Checkout page.
2) When the webpage is automatically translated, via one of my plugins (Weglot), wherever I have bold or italic text, it sticks it too close to the previous or following words.
Thanks!
Hey ramonolivencia,
Thank you for the inquiry.
1.) In the past, you could toggle the scrollbar with css, but browsers have since changed the behavior of scrollbar overlays, so it seems to be impossible now. However, you can try this css code and see if it still works with your browser and OS.
html.responsive, .responsive body {
overflow: scroll;
}
2.) Would you mind providing a screenshot of the issue, or provide a link where we can see these text?
Best regards,
Ismael
Hi Ismael,
1. As for the CSS code, I added it to the Enfold´s Child Theme General Styling Quick CSS section, but I don´t see it working yet.
2. Since I didn´t know how to attach a picture, here is a link to the problem with formatted words getting too close to each other, as the first sentence shows: https://abogadonotarioonline.com/en/cancelacion-de-hipoteca/. The same issue can be seen throughout the entire site.
Regards,
Ramon
Hi,
1.) As we mentioned above, this is no longer possible because browsers completely hides the scrollbar when it’s not needed.
2.) There is actually no space between the text “Property Registry” and “not”. You can manually add the space in the em element.
<a href="https://site.com/en/registro-de-la-propiedad/">Property Registry</a><strong><em> not</em></strong>
Best regards,
Ismael