Click here to Skip to main content
15,912,205 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So this is driving me insane, I fixed the text so it works on the phone, so it looks nice and clean and in the center, but now it aligned to the left on the webpage an I really cant seem to fix it, any ideas? here is the webpage, you can inspect the element by right clicking it, its this one at the bottom of the page

https://i.gyazo.com/ef6b3ad175a8731c14848c6dd2906dce.png[^]

What I have tried:

I've tried changing the text-aligh to center and I've also tried aligning it to the center in wordpress.
Posted
Updated 26-Feb-18 16:36pm

1 solution

This is basic html/css.
Example:

Hitta hit – Klicka på kartan!


as
HTML
<p style="text-align: center;">Hitta hit – Klicka på kartan!</p>

If you have more questions about HTML/CSS try W3Schools Online Web Tutorials[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900