• Resolved dervish7

    (@dervish7)


    Hi again.

    One more question: If I use the “Full Content Contained” option and set the Content Width to 600px, is there a way to still make the footer with the widgets full-width? Those are a little too condensed for the widget content I’d like to use with the 600px width.

    Thanks again for all your help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Branko

    (@brankoconjic)

    Hey @dervish7,

    You can use this CSS code to extend the footer container to 100%:

    #sinatra-footer > .si-container {
      max-width: 100%;
    }

    And this CSS for the copyright area (copyright section below footer):

    #sinatra-copyright > .si-container {
      max-width: 100%;
    }

    Add the code into the Additional CSS field in the Customizer.

    I will add this as an option in the Customizer with the next theme update.

    Thanks!

    Thread Starter dervish7

    (@dervish7)

    Perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer width’ is closed to new replies.