I have a wordpress blog and am trying to incorporate one of my slideshare widget, but its going out of the specified box. chinambbs.org/blog/ Can anyone please guide me to incorporate the widget in the box or can I increase the size of the whole column ?
To fit the widget in the box, you can change the width of the iframe to 100%, for example, and delete (or comment out) the inline css of the div it's contained in. <div style="width:425px" id="__ss_13308721"> HTML:
Thanks for your reply. This is what it displays now in the widget section : <div style="width:425px" id="__ss_13308721"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/MBBSinChina/shihezi-university-school-of-medicine-invites-indian-students" title="Shihezi University - School of Medicine invites Indian students" target="_blank">Shihezi University - School of Medicine invites Indian students</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/13308721" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/thecroaker/death-by-powerpoint" target="_blank">PowerPoint</a> from <a href="http://www.slideshare.net/MBBSinChina" target="_blank">China MBBS Educational Institution</a> </div> </div> Code (markup): Where should I change it ?
You're welcome. Make the changes in the iframe and the first div. Here's the same code with the changes: <div id="__ss_13308721"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/MBBSinChina/shihezi-university-school-of-medicine-invites-indian-students" title="Shihezi University - School of Medicine invites Indian students" target="_blank">Shihezi University - School of Medicine invites Indian students</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/13308721" width="100%" height="269" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/thecroaker/death-by-powerpoint" target="_blank">PowerPoint</a> from <a href="http://www.slideshare.net/MBBSinChina" target="_blank">China MBBS Educational Institution</a> </div> </div> Code (markup):
Thank you very much, I could fix it inside the box now, wow.... looks so good now. I removed the Powerpoint link, is that okay? Also is there any option that the slides keep moving automatically, when some user is online?
Hello friend, waiting for your reply about : I also have one more question about my other site related to Wordpress and thought not to open a new thread, instead ask here: Here : chinambbsabroad.com When you hover on to the "MCI Listed Universities" there is a list of universities displaying. Some of the universities with two letter names are displaying well, but some universities with three letter names like : "Nanjing Medical University" is showing in two lines. I wanted that to also display in one line, How can I do it? Please help anyone.
I suggest contacting the developer of the widget as there doesn't seem to be an autoplay function. As far as your second question, you could either change the font size or increase the width of the ul menu. I recommend the latter. #menuhead li ul a { width: 180px; float: left; display: inline; border-bottom: 1px solid #555; } Code (css):
Seems I am not able to make the border of my bottom box on the site, wider: chinambbs.org If anyone can just let me know how to increase the height of the box, at the bottom of this page, where the facebook fan page widget is located. Thanks.
Nice to know your problem is fixed , this is really best forum i ever found. Every problem I also shared here , is sloved however.