Hi, I have been trying to move my xtitle in a graph towards the right instead of centered. I checked online and tried with many different options, but none seem to work. For a reproducible example:

Code:
 sysuse auto
eststo reg_1: reg price mpg
eststo reg_2: reg price mpg headroom
coefplot reg_1 reg_2, keep(mpg) xtitle("Confidence intervals")
I would like to shift the xtitle a bit more towards the right, is this possible in any way? Thank you very much!