Skip to content

Commit 4d3de44

Browse files
Update gen-modern-test.html
1 parent 915bbbc commit 4d3de44

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

webapps/gofile.io/gen-modern-test.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@
256256
opacity: 1;
257257
visibility: visible;
258258
}
259+
.ad-container {
260+
width: 728px; /* Match the width of the ad */
261+
height: 90px; /* Match the height of the ad */
262+
border: 1px solid #ccc; /* Optional: Add a border for visibility */
263+
overflow: hidden; /* Ensure content doesn't overflow */
264+
position: relative; /* Positioning context for absolute elements */
265+
}
259266

260267
.popup-content h3 {
261268
margin: 0 0 1rem 0;
@@ -323,7 +330,7 @@ <h2><i class="fas fa-code"></i> GoFile CodeGen</h2>
323330
<button class="generate-btn" onclick="generateCode(event)">
324331
<i class="fas fa-download"></i> Generate Code
325332
</button>
326-
<div>
333+
<div class="ad-container">
327334
<script type="text/javascript">
328335
atOptions = {
329336
'key' : 'cfdd26285d2be07540494f6205a5954a',

0 commit comments

Comments
 (0)