Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238933

    Hello,

    So I’ve put my logo on as my header image and no matter how hard I try I cannot get it to be central or for the background to change colour please can you help.
    http://burstingmybubbles.com

    #238971
    Skandha
    Participant

    @burstingmybubblesblog: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 75em) {
         .site-branding {
              text-align: center !important;
              width: 100% !important;
         }
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #239156

    Hello i have copy and pasted that into where you said and it says there are three errors that need to be fixed before I save.

    #239160
    Skandha
    Participant

    @burstingmybubblesblog: Hello there,
    There doesn’t seem to be any error in the code I provided you above.

    Can you let me know what code do you have in your Additional CSS section?

    Kind Regards,
    Skandha

    #239173

    I honestly just copy and pasted what you wrote.


    @media
    screen and (min-width: 75em) {
    .site-branding {
    text-align: center !important;
    width: 100% !important;
    }
    }

    #239275
    Skandha
    Participant

    @burstingmybubblesblog: Hello there,
    I will contact you shortly through email.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with header image positioning’ is closed to new replies.