Help with Chalboard theme

  • Unknown's avatar

    How can I move the location of the header and links. Also, is there an easy way to add boarders around my header photo

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, where are you wanting to move the header and links? On responsive designs such as Chalkboard, this can be a bit tricky depending on where you want to move it.

    On your header photo, the following CSS will add a border to your header photo. You can adjust the width as desired (the 5px value in my example).

    #masthead img {
        border: 5px solid;
    }

    If you wish to also set a different color, you can use the following instead and adjust both the width and the color.

    #masthead img {
        border: 5px solid #cc0000;
    }
  • Unknown's avatar

    I tried this but it did not work.

  • Unknown's avatar

    Hi there, I’m seeing the border on your header photo right now with the following CSS:

    #masthead img {
        border: 1px solid #fff;
    }

    did you get this solved to your satisfaction?

  • The topic ‘Help with Chalboard theme’ is closed to new replies.