• My Logo them at the top of my blog page is currently under basic settings – which only allows the logo image to sit to the left.

    I see there is a CSS area to adjust this but I have no clue how to go about this? (brand new blogger with novice tech ability!)

    Do I have to add CSS code or is there a plugin that will allow me to move this image and change it’s size?

    If I can only use CSS then what do I do? How do I then add the image into the CSS code as well? I appreciate any help!

    To view the image go to https://www.passingcat.com (see the image sitting to the left at very top with cat and name logo)

Viewing 3 replies - 1 through 3 (of 3 total)
  • try modifying the logo class. Here you can float it to the right or change the padding and width. I hope this helps.

    .logo {
    display: block;
    margin: 0;
    float: right;
    max-width: 100%;
    }

    Thread Starter passingcat

    (@passingcat)

    Thanks for your help. I’m so new to this! Where do I find the ‘logo class’ to modify it? ty?

    Sorry, really delayed response. This is some CSS code you’ll need to add. You can use the Jetpack plugin or another plugin like Improved Simpler CSS to edit your site’s CSS easily.

    Once you’ve installed the plugin just add that code to move your logo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Logo Theme To Central’ is closed to new replies.