Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter slowhost

    (@slowhost)

    Can anybody help me with this? it is in the side bar and hangs to the left i need to centralise it????

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    Thread Starter slowhost

    (@slowhost)

    This is my sample site just changed it all around and added this the weather widget as the main site isn`t ready for the public yet.

    https://www.pattestingchorley.co.uk

    Thanks

    Sorry but we need to see the page that has the problem.

    Thread Starter slowhost

    (@slowhost)

    That Page has exactly the same problem, the weather report is to the left, and it needs to be centralised???

    Thanks for any advice

    Change:

    #sidebar .widget, #sidebar-alt .widget {
    -moz-border-radius:5px 5px 5px 5px;
    background:url("images/sidebar.png");
    border:1px solid #333333;
    margin:0 0 10px;
    padding:4px;
    }

    to

    #sidebar .widget, #sidebar-alt .widget {
    -moz-border-radius:5px 5px 5px 5px;
    background:url("images/sidebar.png");
    border:1px solid #333333;
    margin:0 auto 10px;
    padding:4px;
    }
    Thread Starter slowhost

    (@slowhost)

    Hi i cant find that exact text i take it its in CSS under sidebar somewhere? can`t seam to find it anywhere tho.

    Thanks again

    It was in style.css on the page I examined.

    Thread Starter slowhost

    (@slowhost)

    Hi found it and changed it but its still the same, this is what i changed it to.

    #sidebar .widget, #sidebar-alt .widget {
    background: url(images/sidebar.png) repeat-x;
    margin: 0 auto 10px;
    padding: 4px;
    border: 1px solid #333333;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

    No change tho…

    This is why we really need to see the page itself – not a mock up.

    Thread Starter slowhost

    (@slowhost)

    I really appreciate your advice but the site i have posted on here is exactly the same WP theme, with exactly the same plugin`s ect.

    It`s 100% the same as the one i have posted except from a different logo at the top which i simply made then replaced.

    Im not an expert by any means, totaly far from it and please correctg me if im wrong but im sure if it works on this one itll work on the other which is exactly the same???

    Thanks for anymore advice

    The page I saw didn’t have the widget in the sidebar. I’m sorry but if you have changed anything in the theme or have different content and/or plugins and you want us to help, we need to see the actual site – not a mock up or a different site using that theme.

    Thread Starter slowhost

    (@slowhost)

    Hi, I havent changed anything and the site looked exactly the same as the original with the weather widget in the right hand sidebar.

    It is absolutly no different, no content, no plugins. exactly the same. 100% the same. as in not one difference what so ever, at all, It is identical.

    i`ve managed to sort it now put the widget inside a centralised div. but thanks anyway for your help.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to centre a weather widget?’ is closed to new replies.