Hello,
Could anyone help me to figure out how to get rid of the horizontal scrollbar on the attached page please?
I have tried a number of things suggested online which haven’t worked in my case, so not sure what is causing the problem…
Hello,
Could anyone help me to figure out how to get rid of the horizontal scrollbar on the attached page please?
I have tried a number of things suggested online which haven’t worked in my case, so not sure what is causing the problem…
Hi.
Directly after all your @imports
try adding a {}
and see if that works.
It does. Fantastic. I would never have figured that out in a million years.
What is the logic behind it? And also, thank you (!)
I am not entirely sure, but I am assuming it is because your @import
is like an @media
therefore it also needs to have curly brackets.
Happy it worked and you are welcome. Happy coding!
ok, I see.
Thanks very much for your help in any case, much appreciated.
You need a semicolon ;
for the last @import
Also, use the dropdown menu on the CSS code box (top right) and select the Analyze option.
great. Many thanks for your help.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.