Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176230
    ELLIOTT
    Participant

    I was previously provided some code which helped me centre all the headings on the homepage. I added a new video to the homepage today (The MFF Family Fun Day video) but the heading is not centred.

    Please can you provide some code to help me centre the title of the video.

    My website is http://www.musicfootballfatherhood.com

    Thanks
    Elliott

    #176260
    sapana
    Participant

    @elliottrae: Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    #youtube_responsive-21 {
        text-align: center;
    }

    let me know if this works out!

    Kind Regards,
    Sapana

    #180098
    ELLIOTT
    Participant

    Hello

    The above code worked but I am now trying to centre another video. It’s the ‘#DaddyDebates podcast’ video title I am trying to centre. Please let me know the code for this.

    Thank you
    Elliott

    #180125
    sapana
    Participant

    @elliottrae: Hello elliott, if you want to center the text for all videos you can add the following CSS and can remove the previous one. please follow this steps:
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .widget-wrap {
        text-align: center;
    }

    let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centre a heading’ is closed to new replies.