Hello,
Can you please post a link to your site where I can see these issue so I can assist you better.
hi I don’t know how to post a link sorry??
is it just normal copy and paste. woudlnt I do that and all you will get is the password screen though??
Hi,
Yes just copy paste the website URL here. No, it will not get me into your dashborad. No password required I just want to see your website look so I can provide you a custom code.
Hope you understand.
Hi,
Sorry, I just forgot that your website is in maintenance mode, I can only provide the solution when your website will go live.
yea we cant do that. could you give me some guidance or where to look perhaps
To make the text align center you have to use custom css code for that particular element.
For Example: If there an element like `<div class=”example”>
<p> Hello World </p>
</div>`
Then you have to CSS code like below:
.example p{
text-align: center;
}
Like this example, you can inspect the element and write CSS code according to your need.
To inspect the element you can take help from the below link.
https://developer.chrome.com/devtools
Hope it will help 🙂