Okay
  Public Ticket #902205
POSITIONS
Closed

Comments

  •  2
    maya started the conversation

    {"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

    Hi,

    i dont know how to make the alignment left of this 2 elements: see files attached. 

    1. The button of "send message" in the contact page.

    2. The title:"about me"in the about me section.

    thank you



  • [deleted] replied

    Hi Maya,

    1— Please go to your Custom CSS area and find this CSS code:

    .wpb_wrapper .section-title {
        text-align: center;
    }
    

    and replace center with left.

    2— Just add the code below to Custom CSS

    .message-form .send {
    float: left; }
  •  2
    maya replied

    THANK YOUUUUUUUUUUUUUUUUUU

  •   [deleted] replied privately