• Hi, I just want to add a little text in my footer, and maybe add a couple of social media icons. How do I simply edit the footer area of my Twenty Twenty One theme WITHOUT having to edit my Theme’s code? I want the Footer to be below the dividing line with the text that shows my site name and “Powered by WordPress.” It SHOULD be a simple matter of selecting the block for the footer, right? Mine doesn’t have an option to select the Footer block… Please help.

    • This topic was modified 1 month, 1 week ago by Coleen. Reason: To add a request for info

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Coleen

    (@coleenh)

    I REALLY could use some help on getting the footer widgets to full page width! PLEAS!!! I can see where there are evidently 3 blocks to put footers into widget areas – what I want to do is combine all three blocks into ONE width (like you would do on a MS Word Table to combine cells into ONE width) I have NO idea what the CSS code would be because I don’t know what the CSS Class name is to set the with of the widget to full size! Please, please PLEASE help!! This is VERY frustrating, and IREALLY don’t want to have to change themes just because I can’t make the footer widget expand or combined to FULL width of the page!!!

    I don’t quite understand your concern. Your website currently has a footer that consists of the name of your website (left) and “power by” (right) (under the thick dividing line). There are currently no widgets that you use for this.

    What exactly do you want to add and change here?

    Thread Starter Coleen

    (@coleenh)

    I TRIED to put in a footer that was SUPPOSED to be the full width of the page just above the site identification and WordPress Identification. However, It will NOT go full width of the page! It ends up as a crunched up footer in the middle of the bottom and looks like $H!t! So I removed it! The problem I’m having is that the Footer widget holds THREE columns for 3 different sections in the footer. It’s like a 3 column table in Word – All I want to do is MERGE the three columns into ONE and have it to be the FULL WIDTH of the page! So this is what it looks like with the Widget footer now – I “Saved” it so that you could see what is happening – but I HATE the way it looks! PLEASE help me fix this garbage! Thank you!

    https://anjouwescofarms.com/

    Yes, unfortunately this is the way the widgets are designed in this theme. With this CSS you can expand one widget from 1/3 to the full width:

    body .widget-area {
    grid-template-columns: 1fr;
    }

    Add this in Appearance > Customizer > Additional CSS.

    Thread Starter Coleen

    (@coleenh)

    Update – Never mind, I found where to put it and it works!! THANKS!!! Where does that CSS snippet go? I don’t see a place in the Footer widget to put additional CSS… – Thank you for your help!

    • This reply was modified 1 month, 1 week ago by Coleen.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.