<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jonathan</title>
    <description>The latest articles on DEV Community by Jonathan (@gliphel).</description>
    <link>https://dev.to/gliphel</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1195479%2F79e8539d-41d4-423b-962d-9307da778558.png</url>
      <title>DEV Community: Jonathan</title>
      <link>https://dev.to/gliphel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gliphel"/>
    <language>en</language>
    <item>
      <title>I am looking for CSS code that can KEEP ALL ELEMENTS POSITIONED in the SAME spot across all resolutions.</title>
      <dc:creator>Jonathan</dc:creator>
      <pubDate>Fri, 27 Oct 2023 14:37:36 +0000</pubDate>
      <link>https://dev.to/gliphel/i-am-looking-for-css-code-that-can-keep-all-elements-positioned-in-the-same-spot-across-all-resolutions-1koi</link>
      <guid>https://dev.to/gliphel/i-am-looking-for-css-code-that-can-keep-all-elements-positioned-in-the-same-spot-across-all-resolutions-1koi</guid>
      <description>&lt;p&gt;i've been a long-term user of Webflow; although I hadn't designed a whole lot until now. &lt;/p&gt;

&lt;p&gt;Well, I am coming across a LOT of issues; primarily the situation where Webflow's responsiveness-system automatically scales; or rather moves elements when you change the resolution based on how much the original breakpoint is stretched smaller/larger from where it is originally placed on (x) resolution via (x) breakpoint. I've found a solution that was makeshift, I somehow got the center column of a grid to keep all elements in the same position. &lt;/p&gt;

&lt;p&gt;But it wasn't absolute (Just like absolute positioning); although (x) elements were placed in the same column with the same width setting; every setting being the same, there would be some that would move positions and some that would stay the same. Initially, they were all stabally staying the same. I have tried every single width setting/other settings on BOTH the grid and individual elements, vice-versa. &lt;/p&gt;

&lt;p&gt;Since then, I have not been able to replicate this, despite using the same preset on a dummy grid; and using standalone elements/containers, it doesn't function the same either. Even with the same settings I set on the grid; having set on the elements. &lt;/p&gt;

&lt;p&gt;More so even, the 'preview' is not accurate to the published version 100% of the time. &lt;/p&gt;

&lt;p&gt;Sometimes, elements are positioned in random spots which change differently when I re-position the element's original position. &lt;/p&gt;




&lt;p&gt;Proof of my claim AND proof my site IS stable, and my practices ARE good: &lt;a href="https://drive.google.com/file/d/1Lya-fi2MaLEE22Q3IWA9gB-7LHirHRAX/view?usp=sharing"&gt;https://drive.google.com/file/d/1Lya-fi2MaLEE22Q3IWA9gB-7LHirHRAX/view?usp=sharing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Proof that the columns are the same presets: &lt;a href="https://drive.google.com/file/d/14qGXd2AihZENUSgiJAiiGEcFwYlZ3XjN/view?usp=sharing"&gt;https://drive.google.com/file/d/14qGXd2AihZENUSgiJAiiGEcFwYlZ3XjN/view?usp=sharing&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;/ Please watch this video: &lt;a href="https://drive.google.com/file/d/1nPRE8hj2VZoCNP7OJQQJLgs_YFAYDnRL/view?usp=sharing"&gt;https://drive.google.com/file/d/1nPRE8hj2VZoCNP7OJQQJLgs_YFAYDnRL/view?usp=sharing&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;𝗔𝘀 𝘁𝗵𝗲 𝘁𝗶𝘁𝗹𝗲 𝘀𝘁𝗮𝘁𝗲𝘀; 𝗜 𝗮𝗺 𝗹𝗼𝗼𝗸𝗶𝗻𝗴 𝗳𝗼𝗿 𝗰𝗼𝗱𝗲 𝘁𝗵𝗮𝘁 𝗰𝗮𝗻 𝗳𝗶𝘅 𝗔𝗟𝗟 𝗲𝗹𝗲𝗺𝗲𝗻𝘁𝘀 𝗲𝘅𝗮𝗰𝘁𝗹𝘆 𝘄𝗵𝗲𝗿𝗲 𝘁𝗵𝗲𝘆 𝗮𝗿𝗲 𝗶𝗻 𝘁𝗵𝗲 𝗲𝗱𝗶𝘁𝗼𝗿 𝗮𝗰𝗿𝗼𝘀𝘀 𝗯𝗼𝘁𝗵 𝘁𝗵𝗲 𝗽𝗿𝗲𝘃𝗶𝗲𝘄/𝗽𝘂𝗯𝗹𝗶𝘀𝗵𝗲𝗱 𝗿𝗲𝘀𝗼𝗹𝘂𝘁𝗶𝗼𝗻𝘀.&lt;/p&gt;

&lt;p&gt;I found this URL that may be helpful; &lt;a href="https://stackoverflow.com/questions/52239770/how-to-keep-a-few-elements-in-the-same-position-at-different-resolutions#52265716"&gt;https://stackoverflow.com/questions/52239770/how-to-keep-a-few-elements-in-the-same-position-at-different-resolutions#52265716&lt;/a&gt; ; but I tried using the code to no avail. I may be using it wrong. &lt;/p&gt;

&lt;p&gt;Also; this code appears to only affect 1 single element. And when I type in the specific element class-name (such as div block 4); it doesn't do anything. &lt;/p&gt;

&lt;p&gt;How do I go about that? And is there any code that exists which I can throw into my page's CSS block which makes the position of all elements completely absolute (Stay in the same spot cross-resolution)......? &lt;/p&gt;

&lt;p&gt;Here is a read-only link: &lt;a href="https://preview.webflow.com/preview/gliphel?utm_medium=preview_link&amp;amp;utm_source=designer&amp;amp;utm_content=gliphel&amp;amp;preview=ce95c3784c3f51d2f13062221479b53c&amp;amp;pageId=653b941a5b170543920e63e7&amp;amp;workflow=preview"&gt;https://preview.webflow.com/preview/gliphel?utm_medium=preview_link&amp;amp;utm_source=designer&amp;amp;utm_content=gliphel&amp;amp;preview=ce95c3784c3f51d2f13062221479b53c&amp;amp;pageId=653b941a5b170543920e63e7&amp;amp;workflow=preview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I tried almost every setting I could on an element-basis. Nothing worked to keep the position the same except the magic I came across the center column in my parent grid. Can't seem to replicate it using the same settings on grid/elements as I mentioned. &lt;/p&gt;

&lt;p&gt;(These are all the same issue, it is focused on 1 topic/subject)&lt;/p&gt;

</description>
      <category>css</category>
      <category>help</category>
      <category>coding</category>
      <category>webdesign</category>
    </item>
  </channel>
</rss>
