Title: Label and CSS
Last modified: June 22, 2018

---

# Label and CSS

 *  Resolved [jp63](https://wordpress.org/support/users/jp63/)
 * (@jp63)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/)
 * Hi !
 * Just a problem relative to the late versions of OceanWP.
 * I’ve used this CSS :
 * label {
    text-align: left; }
 * All was working perfectly, but since the last versions of OceanWP, the labels(
   i.e. “Mot de passe” for an article protected) are displayed like any other paragraph(
   justified).
 * So it’s annoying. It’s like if the CSS of paragraph had priority on the CSS of
   labels.
 * Before, all was like I want : paragraph justified, labels aligned on the left.
 * Any idea to solve this issue ?
 * Thank you very much for any help.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10427800)
 * Hi Jp63,
 * Would you mind posting the link to your site in question? So that we can offer
   you with a possible solution.
 * Thank you!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10428009)
 * Hello, I will need your page url to see the issue.
 *  Thread Starter [jp63](https://wordpress.org/support/users/jp63/)
 * (@jp63)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10428207)
 * Hello, you can take a look at this page :
 * [https://www.musimage.ch/brocnbrol/](https://www.musimage.ch/brocnbrol/)
 * Thank you very much 🙂
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10432955)
 * Hi, add this css code:
 *     ```
       form label {
           display: block;
       }
       ```
   
 *  Thread Starter [jp63](https://wordpress.org/support/users/jp63/)
 * (@jp63)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10434115)
 * Thank you very much !
 * It works perfectly and – also – the validate box displays clean anew.
 * Best regards 🙂
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10434292)
 * You’re welcome: )

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Label and CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.6/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/label-and-css/#post-10434292)
 * Status: resolved