Title: css editing
Last modified: August 22, 2016

---

# css editing

 *  Resolved [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/)
 * Hi
    I created a child theme and I did some changes. But i do have some problems.
   I don’t know why but some of the changes doesn’t work when i do them in the file
   style.css and I must use custom CSS witch is less convenient. now I’m trying 
   to change the carousel control direction with this:
 *     ```
       .tc-carousel-control {
       direction: rtl;
       }
       ```
   
 * but it doesn’t work.
    this is my site: [http://www.easy-chemistry.co.il](http://www.easy-chemistry.co.il/)

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740131)
 * You have an error at the very start of your child-theme style.css:
 *     ```
       /* change navigation bar float */
       .navbar .nav>li {
       float: right;
       li {
       line-height: 30px;
       }
       ```
   
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740140)
 * Hi d4z_c0nf
    Thanks for reply. I fixed that. but it still doesn’t work
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740141)
 * And now is ’cause, you have this :
 *     ```
       .tc-carousel-control {
       direction: ltr;
       }
       ```
   
 * in your custom css (Appearance -> Customize -> Advanced options -> Custom CSS)
   
   which overrides this in your child-theme style.css
 *     ```
       .tc-carousel-control {
       direction: rtl;
       }
       ```
   
 * hope this helps.
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740143)
 * Oh thanks man.
    Do u think i can move all the custom css to the child-theme style.
   css, to prevent mistakes like that?
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740144)
 * Well, the thing is, if you move all the custom-css in your child-theme style.
   css you can still have that problem, the thing is that one (me included) should
   remember what he does. And this is very hard 🙂
    But: 1) I prefer having my css
   in one place, and I prefer the child-theme style.css if I need a child-theme 
   2) To find the reason of problems like that you should use some tools, like firefox
   extension Firebug, or google-chrome inspect element (I prefer this one).
 * Cheers
 *  Thread Starter [meravjon](https://wordpress.org/support/users/meravjon/)
 * (@meravjon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740146)
 * Great, thank you.
 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740148)
 * You’re welcome 😉

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

The topic ‘css editing’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/css-editing-6/#post-5740148)
 * Status: resolved