• Resolved kracker1

    (@kracker1)


    hi I am trying to align the writing but it keeps on being off centre. also the pics that I am using are not having the same width a part.
    I am not sure how to put the link in to show you, do I just copy and paste the page. as the website is not live so it will just ask for a password wouldn’t it

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Can you please post a link to your site where I can see these issue so I can assist you better.

    Thread Starter kracker1

    (@kracker1)

    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.

    Thread Starter kracker1

    (@kracker1)

    https://menopausesupportgroup.com/index.php/services/

    it is down the bottom with the paypal options etc

    Hi,

    Sorry, I just forgot that your website is in maintenance mode, I can only provide the solution when your website will go live.

    Thread Starter kracker1

    (@kracker1)

    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 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘page contents not aligned’ is closed to new replies.