Menu overlapping with text

mickholly20 / 2020-08-07 11:36:56   

Hi everyone, I have a small problem. After building my site, I went into style.css to change the overall font size. I did that here at the beginning:

body {
font-size: 16px;
font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
background: #fff;
color: #000;
line-height: 1.4em;
/* font-weight: 300; */

After I changed it my side menu and project text are now overlapping, there is no separation between them. I changed it back and still the same. Can anyone help? Thanks.

Vaska A / 2020-08-07 18:32:05   

It's helpful if you post the URL to your site so we can see the problem. It sounds like you unwittingly changed something else, as well.

mickholly20 / 2020-08-10 10:00:20   

Dear Vaska, thanks, I'm not sure what happened, but I'm sure that all I changed was the number on the font size. I copied the entire style.css code from the original files I downloaded and that sorted it.

This thread has been closed, thank you.