Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416460

    johnnyp14
    Participant

    Hello!

    I would like to add a shortcode into the .x-colophon.top section. I have the footer widget enabled in global settings and just one widget area set. I have the shortcode copied. I’ve removed the padding and margin in that section using custom CSS.

    The issue I have is that the shortcode still isn’t full width. I’d like it to take up the whole space.

    Test site:
    http://newsite.edgeephotography.com/test

    Cheers

    #1416689

    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    
    .x-colophon.top .x-container {
        max-width: 100%;
        width: 100%;
    }

    Hope this helps.

    #1416733

    johnnyp14
    Participant

    Awesome, thanks so much!

    #1416846

    Joao
    Moderator

    You are welcome!