File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments