• I am using themeco “twenty thirteen”. I am trying to use a text widget to place an image, some text and a link in the footer area. Currently, my footer is empty (removed the php below from footer.php). Once I add the widget (blank) and publish, the entire footer region turns black. If I add html for the img, the image appears surrounded by black. If I add css to change the footer background to white so the image is not in a sea of black, there is a thick border remaining. I don’t know enough to determine what is causing it or more importantly how to fix it. Can anyone simply provide the css/html I would need to display an image, some text, and a link in a totally white background? The site url is bgcfw.org.
    <div class=”site-info”>
    <?php do_action( ‘twentythirteen_credits’ ); ?>
    “><?php printf( __( ‘Proudly powered by %s’, ‘twentythirteen’ ), ‘WordPress’ ); ?>
    </div><!– .site-info –>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you see the text if you add anything in the widget?
    Try an image widget instead of using html for it to show in the text one.

    Inspect the element with Siteorigin CSS plugin.

    Thread Starter levocskram

    (@levocskram)

    Problem solved.
    The siteorgin CSS plugin was the right tool for me to understand what was happening.
    The solution was to add an image widget plugin and use it in multiple places combined with other text widgets on the footer.
    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text widget for footer’ is closed to new replies.