Site logo

[Resolved] Copyright container – how to go full width?

Home Forums Support [Resolved] Copyright container – how to go full width?

Home Forums Support Copyright container – how to go full width?

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #228964
    Lyle

    Hi Tom.

    In doing the testing on the GP Premium update, I was adding a BB shortcode to the Copyright area in the Customizer. Works great and you can see the results immediately! ๐Ÿ™‚

    However, I would like to have that full-width row content go the full width of the footer and not be contained by the .site-info container. I tried every CSS selector I could think to try, but obviously not the correct one ๐Ÿ™‚

    Any assistance on this will be greatly appreciated. Then I can make a tutorial on this method for the BB + GP users ๐Ÿ™‚

    Cheers!
    Lyle

    #229013
    Tom
    Lead Developer
    Lead Developer

    Hi Lyle,

    Is your footer set to full width or contained in “Customize > Layout > Footer”?

    Maybe this CSS will help:

    .inside-site-info.grid-container {
        max-width: 100%;
    }
    #229021
    Lyle

    Hi Tom,

    It is set to Full Width and your CSS worked perfectly! ๐Ÿ™‚

    Now my work is cut out for me for the weekend.

    Cheers!
    Lyle

    #229093
    Tom
    Lead Developer
    Lead Developer

    Awesome ๐Ÿ™‚

    #247790
    _blank

    Hi Tom,

    I have a similar issue, so instead of opening a new ticket, I thought it’d be better to add to this one post.

    If I set the footer to full width in customize, then the widgets also go to full width. Since I have a background image, it looks kind of odd, as the image stops right when the widgets go full width (the widgets have a white background). Is there a way to just have the area below the widgets go full width? I’m specifically talking about the area where the copyright goes.

    I’ll appreciate your help!

    Tammy

    #247869
    Tom
    Lead Developer
    Lead Developer

    Hi Tammy,

    I’m not too sure what you mean – can you show me?

    You’ll see in the footer of this site it’s set to full width, but the actual widgets are still contained.

    #248494
    _blank

    Hi Tom,

    I’d love to show you. I took a screen shot but not sure how to upload images here?

    Please advise.
    Thanks much,
    Tammy

    #248515
    Tom
    Lead Developer
    Lead Developer

    I like using Jing for taking/sharing screenshots: https://www.techsmith.com/jing.html

    #248819
    _blank

    Wow! What a neat little tool. Thanks for sharing, Tom!

    So here are 2 images.

    In the first one, you can see how the copyright bar is not full width when the footer widgets are contained:

    Copyright bar not full width

    In the second one, you can see what happens to the background image when I go full width: it gets chopped off with the widgets overlay, but the copyright bar now is full width.

    backgroud chopped off

    What I’d like is to have the footer widgets contained but the copyright bar full width. Is it possible?
    Hope it makes sense now.

    Thanks much,
    Tammy

    #248842
    Tom
    Lead Developer
    Lead Developer

    Ah, well if you keep your footer full width, you can then add this CSS:

    .footer-widgets {
        max-width: 1100px;
        margin: 0 auto;
    }

    Then just adjust the max-width to your container width ๐Ÿ™‚

    #249080
    _blank

    Thanks, Tom. I forgot to tell you you are dealing with a new student :p

    Where exactly do I add this CSS to? Don’t want to mess too much with code for obvious reasons.

    Thanks again,
    Tammy

    #249082
    Tom
    Lead Developer
    Lead Developer
    #249091
    _blank

    So I just create a plugin and upload it as usual?
    That’s easy!
    Thanks much!
    Tammy ๐Ÿ™‚

    #249092
    Tom
    Lead Developer
    Lead Developer

    You can just use my “Simple CSS” plugin ๐Ÿ™‚

    #249445
    _blank

    Great, thanks! ๐Ÿ™‚

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.