Note that there are some explanatory texts on larger screens.

plurals
  1. POPositioning issue when it comes to smaller monitors
    primarykey
    data
    text
    <p>This set up, the image gallery looks normal to me on my 27" monitor, with it being in the center of my body. Yet when I go to look at it on my 15" monitor, it's a few inches to the right. Now, I know it has something to do with the "gallery" css, because the div maybe pushes it to the right. My question is, is there a more beneficial way to keep it static despite the varying width of monitors? I was a bit confused on the two column layout prospect, seeing as how it wouldn't move to where the previous positioning was. </p> <pre><code>&lt;div id="gallery"&gt; &lt;div class="html5gallery" data-width="400" data-height="225" style="display:none&gt; &lt;img src="images/mr.magic.jpg" alt="Mr. and Mrs. Magic"&gt; &lt;img src="images/mr-magic-2.jpg" alt="Mr. and Mrs. Magic"&gt; &lt;img src="images/mr-magic-3.jpg" alt="Mr. and Mrs. Magic"&gt; &lt;img src="images/mr-magic-4.jpg" alt="Mr. and Mrs. Magic"&gt; &lt;img src="images/mr-magic-5.jpg" alt="Mr. and Mrs. Magic"&gt; &lt;img src="images/david.jpg" alt="Mr. and Mrs. Magic with David Copperfield"&gt; &lt;img src="images/david-2.jpg" alt="Mr. Magic with David Copperfield"&gt; &lt;img src="images/seigfried.jpg" alt="Mr. Magic with Seigfried and Roy"&gt; &lt;/div&gt; &lt;/div&gt; #gallery { position: relative; left: 950px; top: -560px; float: left; padding:0; margin:0 } </code></pre> <p>I appreciate the time you guys take to look over these problems and can only hope for a good answer. Thank you for taking the time to read this.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload