Hi
Here is the css code. Add below css in your /wp-content/themes/dt-the7/css/main.min.css file
@media only screen and (min-width:320px) and (max-width:760px){
.company-info {
text-align: center;
}
}
You have to do last step given below. In your text widget you are having code like below
<p>Registered Address:<br>
TGF Security Limited, 4 Park Road<br>
Birmingham, B13 8AB </p>
<p>Tel: <a href="tel:+441212190102">0121 219 0102</a><br>
Email: <a href="mailto:info@tgfsecurity.co.uk">info@tgfsecurity.co.uk</a></p>
<p>Co. Reg. Number 10376463</p>
Change this with
<div class="company-info">
<p>Registered Address:<br>
TGF Security Limited, 4 Park Road<br>
Birmingham, B13 8AB </p>
<p>Tel: <a href="tel:+441212190102">0121 219 0102</a><br>
Email: <a href="mailto:info@tgfsecurity.co.uk">info@tgfsecurity.co.uk</a></p>
<p>Co. Reg. Number 10376463</p>
</div>
Thread Starter
doggax
(@doggax)
Thanks dhamayanthi92, works a treat 🙂
Thread Starter
doggax
(@doggax)
Do you know how to fix this 2 problems on the home page please?
Line 168: Bad value “https://api.w.org/” for attribute “rel” on element “link”: The string “https://api.w.org/” is not a registered keyword.
ugin/ –> <link rel=’https://api.w.org/’ href=’http://www.tgfsecurity.co.uk/wp-json/’ /> <link
Line 763: Bad value “” for attribute “target” on element “a”: Browsing context name must be at least one character long.
-center “><butto
Thread Starter
doggax
(@doggax)
Line 763: Bad value “” for attribute “target” on element “a”: Browsing context name must be at least one character long.
-center “><butto
Thread Starter
doggax
(@doggax)
For some reason its not letting me copy the second code on here