evannis 0 Report post Posted June 10, 2011 Hello, I just tested my site in two other browsers, Chrome and Safari and the sidebar I created is all out of whack on those pages. Images are stretched and what not. I have been using Firefox to do the editing. Any idea of what I can do to fix this? Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted June 11, 2011 Can you post a link to your website? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
evannis 0 Report post Posted June 16, 2011 http://66.147.244.152/~rozanneg/ Thanks Share this post Link to post Share on other sites
catrina 103 Report post Posted June 16, 2011 Is there custom CSS you're using? If so, can you paste it here? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
evannis 0 Report post Posted June 16, 2011 Hi Catrina, Here's the custom css: h3.widget-title {color: #000000;} body #sidebar-wrap{background:#ffffff; border: 4px groove #777777;} body .one-sidebar-right #pagelines_content #sidebar-wrap, body .one-sidebar-right #buddypress-page #sidebar-wrap {width: 200px;} body .one-sidebar-right #pagelines_content #sidebar1, body .one-sidebar-right #buddypress-page #sidebar1 {width: 200px;} Share this post Link to post Share on other sites
Kate 3 Report post Posted June 16, 2011 Hi Evan, On the image tag itself, did you add stylel="height:100%;width:100%"? If so, please try removing that and seeing if the problem persists in the other browsers. Share this post Link to post Share on other sites
evannis 0 Report post Posted June 27, 2011 Hi Kate, I did have that in there. Now I removed it. What's the best way for me to resize those images without making the sidebar go crazy like it did? Thanks! Evan Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 27, 2011 on the image itself you can always add a width and height ex :`` Share this post Link to post Share on other sites
evannis 0 Report post Posted June 28, 2011 For some reason when I change the width and height and try to center the image within the column the image won't center. Any suggestions for this? It works for the first image but none of the others are centered, they are all left justified. Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 28, 2011 for each image you can add `class="aligncenter"` right after the width and height attributes Share this post Link to post Share on other sites
evannis 0 Report post Posted June 29, 2011 Thanks Adam, I'll give that a try Share this post Link to post Share on other sites
catrina 103 Report post Posted June 29, 2011 Also, if it's still not centering, you can use CSS to align the images. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites