[ad_1]
Heey everyone, hope you guys are doing very great, I just have a quick question about the margins in my blog, because when I see the page on my phone the texts are looking strecht and I think is because the margins are too big and I don´t know how to change it. If someone could help me on this I would really really appreciate it.
Thank you.
[ad_2]
Look for something called the Theme Customizer < add Custom CSS. Depending on which theme you’re using, it could be in a couple different places. That should allow you to write in the css to adjust the margins. If you’re using a child theme, you can also just write it into the child theme’s CSS file.
I’d also look into any font sizes set for different device sizes and see if that’s effecting anything.
A quick fix could be checking the theme’s customizer where you can adjust the margins on your blog. Look for options like ‘Layout’, ‘Spacing’, or ‘Mobile Settings’. Some themes offer pretty straightforward sliders or input boxes where you can directly adjust the margins until they look just right.
If that doesn’t do the trick, you might need to dive into some custom CSS. Most themes allow you to add custom CSS directly in the customization area. You’ll want to use media queries to target phones specifically and then adjust the margins for those screen sizes: [https://www.w3schools.com/css/css_rwd_mediaqueries.asp](https://www.w3schools.com/css/css_rwd_mediaqueries.asp)