Title: CSS Codes Not Working
Last modified: May 28, 2023

---

# CSS Codes Not Working

 *  [amediting](https://wordpress.org/support/users/amediting/)
 * (@amediting)
 * [3 years ago](https://wordpress.org/support/topic/css-codes-not-working-2/)
 * I’m attempting to customize with CSS codes, and none of them are working. I’ve
   used all of these before (as recently as Jan 23), and they worked, but nothing
   is happening now. I have no idea what’s going on, and I’m super frustrated. Theme
   is Twenty Twenty Two.
 * For example, one code I’m trying to use is to reposition the logo using:
 * .logo {
 *    position: relative;
 *             left: -75px;
 *             top: -15px;
 * }
 * Are there any known issues or solutions for this? I’ve tried the codes in the
   general customizer, and in the styles tab.
 * (Also, it’s seriously NOT necessary to have blocks in the support forum. It’s
   super annoying and adds nothing except weird spacing.)

Viewing 1 replies (of 1 total)

 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years ago](https://wordpress.org/support/topic/css-codes-not-working-2/#post-16775982)
 * > For example, one code I’m trying to use is to reposition the logo using:
 * Hi [@amediting](https://wordpress.org/support/users/amediting/) from what I can
   see on the TT2 theme, the div class for the logo is I think the CSS code could
   look something like:
 *     ```wp-block-code
       .wp-block-site-logo {
           position: relative;
           left: -75px;
           top: -15px;
       }
       ```
   
 * > (Also, it’s seriously NOT necessary to have blocks in the support forum. It’s
   > super annoying and adds nothing except weird spacing.)
 * If you are not happy with how the content is displayed with blocks on forums 
   you can `Disable the [Block Editor](https://wordpress.org/support/article/wordpress-editor/)
   for new topics and replies` on your profile
 * [https://wordpress.org/support/users/amediting/edit/](https://wordpress.org/support/users/amediting/edit/)

Viewing 1 replies (of 1 total)

The topic ‘CSS Codes Not Working’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwentytwo/2.1/screenshot.
   png)
 * Twenty Twenty-Two
 * [Support Threads](https://wordpress.org/support/theme/twentytwentytwo/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwentytwo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwentytwo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwentytwo/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/css-codes-not-working-2/#post-16775982)
 * Status: not resolved