[ad_1]
Hi,
I have a WordPress header that I want to centralize the text in. The email address is too much to the left. I have worked out that it uses bootstrap and custom values such as : class=”col-lg-20 col-md-20″
Is there a method to edit the CSS/Bootstrap directly?
Sorry if I have used the incorrect terminology.
[ad_2]
I prefer decentralized, but here’s how you can do it.
Find the file with the header classes: class=”col-lg-20 col-md-20″
Add the “text-center” class to the list: class=”col-lg-20 col-md-20 text-center”
Upload it back to the theme.
More info: