Problem with changing font and position of axis labels and tick labels

Can you supply us with some sample data and perpaps a reproducible example (reprex)

A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with.