Image uploads
-
Where do I Edit the Margin left element. The Iframes loads at the bottom of the page and far to the left, all you see is the very right of it. So i inspected it and this is what it returned. How do i change the -335px?
<div id="TB_window" style="visibility: visible; width: 670px; height: 486px; margin-left: <strong>-335px;</strong> top: 48px; margin-top: 0px; "><div id="TB_title"><div id="TB_ajaxWindowTitle">Add Media</div><div id="TB_closeAjaxWindow"><a href="#" title="Close"><img src="https://mhg.lewiville.com/wp-includes/js/thickbox/tb-close.png"></a></div></div><iframe frameborder="0" hspace="0" src="https://mhg.lewiville.com/wp-admin/media-upload.php?post_id=739&" id="TB_iframeContent" name="TB_iframeContent110" onload="tb_showIframe()" style="width: 670px; height: 456px; ">This feature requires inline frames. You have iframes disabled or your browser does not support them.</iframe></div>
element.style { visibility: visible; width: 670px; height: 486px; <strong>margin-left: -335px;</strong> top: 48px; margin-top: 0px;
Thanks,
Jim
- The topic ‘Image uploads’ is closed to new replies.