• Resolved janicerihouay

    (@janicerihouay)


    Hello,

    I’m using onepress theme and I’m loving it, it look very nice but I still have some issues with how elements align in front page.

    – section “about” > titles are not align under the featured image (desktop version)
    – section “services” > the third box is higher than the two others
    – section “contact” > textareas and “send” box have different wides

    Do you have some ideas to make it perfect ?!

    https://www.janicerihouay.fr

Viewing 5 replies - 1 through 5 (of 5 total)
  • amahato

    (@amahato)

    You have add following css is given below:
    #profil { text-align:center;}

    Services section third box has “<p></p>” blank paragraph so there has higher than two others. You have to remove it.

    Add the css for contact section

    .contact-form .wpcf7-submit { width:auto;}
    .contact-form .wpcf7-form-control-wrap,
    .contact-form .wpcf7-textarea,
    .contact-form .wpcf7-text { width:100% !important; max-width:100% !important;}

    • This reply was modified 8 years ago by amahato.
    Thread Starter janicerihouay

    (@janicerihouay)

    Thanks !

    problem solved for section “contact” and “services” but remain for “profil”…

    I have remove “centered text” but the page title still doesn’t align under the featured image in desktop version :

    Is it because of the responsive design of the theme ?

    thanks again for any help !

    congthien

    (@congthien)

    Hi @janicerihouay,

    Please add the following css :

    .section-about { text-align: center; }

    Let me know how it goes!

    Thread Starter janicerihouay

    (@janicerihouay)

    Hi,
    the title is now centered under each image…
    align center
    It will be ok for me even if I would have prefered it to be align on the left side.

    Thanks for your help !

    congthien

    (@congthien)

    You’re welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘several align issues’ is closed to new replies.