• 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)
  • For example, one code I’m trying to use is to reposition the logo using:

    Hi @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-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?for new topics and replies on your profile

    https://www.ads-software.com/support/users/amediting/edit/

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Codes Not Working’ is closed to new replies.