• Hi, I created a widget image and put my image in there, but would like it on the left side of my page. Its sitting on the right side of the page. When I go into edit page, then I don’t see my widget images there either, although they are on the page.
    Would anybody know what I can do please.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Are you asking how to move your sidebar from the right to the left? That’s best addressed with the support for your theme.

    As to missing images, please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter jillyspence

    (@jillyspence)

    Thanks, just found out from wordpress beginner, that I can change sidebar from right to left. Do not have a live site yet.
    I would like to see though, how to add a new side bar, and have tried the following, but the sidebar is not showing, after doing so.
    I put the following in function.php file in a child theme.

    if ( function_exists('register_sidebar') ) {
    register_sidebar(array(
    'name' => 'Homepage Sidebar',
    'id' => 'homepage-sidebar',
    'description' => 'Appears as the sidebar on the custom homepage',
    'before_widget' => '<div style="height: 280px"></div><li id="%1$s" class="widget %2$s">',
    'after_widget' => '</li>',
    'before_title' => '<h2 class="widgettitle">',
    'after_title' => '</h2>',
    ));
    }
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see the sidebar(s).

    Thread Starter jillyspence

    (@jillyspence)

    Thanks, my site is still local on my computer. But, I will try put it up soon, so I can give you a link to it. It will probably be better that way, when I need help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align widget image to the left of the page’ is closed to new replies.