Footer widget not showing anything

  • Posted in : Readme
  • lisefund
    Participant

    Hello! Whenever I attempt to place text in the footer widget, it does not show up!

    Thanks for the help!

    serkan
    Moderator

    Hi,
    Please go to appearance > theme options > style > footer widget location and select footer widget columns and save it.
    Thanks

    lisefund
    Participant

    amazing thank you!!

    lisefund
    Participant

    http://www.lisefunderburg.com

    is there a way to have footer 4 show the text all the way aligned to the right?

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    @media screen and (min-width: 768px) { .site-footer .widget:nth-child(4) { text-align: right; } }

    Thanks

    lisefund
    Participant

    unfortunately that does not seem to work!

    serkan
    Moderator

    Hi,
    Do not you want the 4th column to align right in the footer widget?

    lisefund
    Participant

    No I definitely do want it to align to the right! Unfortunately the text in the 4th column is still showing up right next to the first column.

    lisefunderburg.com

    serkan
    Moderator

    Hi, Now you have created 2 widgets in the footer. Since Footer 4 is not present, the code does not work. I think you got it wrong. You can use this code to move the signature to the right side. If you add another widget to the footer, this code will not work.

    @media screen and (min-width: 768px) { .site-footer .widget:nth-child(4) { text-align: right; } 
    .site-footer .widget-area .widget, .site-footer .widget-area .widget:nth-child(odd) { width: 50%; } }

    Thanks

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register