Hello,
I have an Iframe that I implement with width 100 %.
However, my CSS seems to restrain the width 100%, as you can see here there are empty spaces: https://www.screencast.com/t/MZxtwiEyMbaz
How do I do to create a template that will allow 100 % screen width and 100 % height, but while still displaying header and footer ?
Thanks in advanced.
Hi Berbi,
Unfortunately for the moment using the Newsmag theme does not have the option to set the content to full width (100%), also it will be hard to apply a custom css to work correctly for entire website without braking some in your website.
Thank you for your understanding!
Hi Calin,
No worries, I understand.
I would just like to ask for you help, even if it’s out the theme support.
I am now trying to create a web page on a directory, without wordpress, where I can paste my Iframe code independently of any css.
I did this :
1- I created a directory in the same root as the wordpress instalation (httpdocs), let’s call it “new”.
2- I created a blank html file caled “one”, with this code :
<html>
<head>
<title>Untitled</title>
</head>
<body>
my content
</body>
</html>
3 I went to www/my-domain/new/one/ but I found a 404.
I don’t know what I missed, but it would be nice if you could point me a tutorial that I could follow.
Many thanks in advanced.
Hi,
Normal the way that you do is right, maybe the problem is that you forget to set the extension for the one file, for example one.php or one.html here is an example -> https://i.imgur.com/iMWZBRH.png -> https://i.imgur.com/F6hC3IP.png
Please try with the file ex tension and let me know the results!
Thank you!