Re: phpbb embedded on wordpress tempate install questions
Posted: Wed Mar 30, 2022 7:12 pm
I think i have figured it out. I spent 2 days doing some CSS training and now things make more sense. Well, at least the css code. I'm not familiar with php.
Well, I have the "width" issue solved. All I did was add a "width:100%" to the "div" that contained the iframe. No idea why, but the size of the div was some how only 1px without adding the "width:100%" statement. I also create a css class for the div that contains the iframe and externalized the css for both the div and iframe.
Now I need to put back the changes for overall_header and overall_footer. I removed these when I was about to give up ! Now I'm curious if all my issues are fixed.
Thanks for the help.
I will let you know how I made out.
John
Well, I have the "width" issue solved. All I did was add a "width:100%" to the "div" that contained the iframe. No idea why, but the size of the div was some how only 1px without adding the "width:100%" statement. I also create a css class for the div that contains the iframe and externalized the css for both the div and iframe.
Now I need to put back the changes for overall_header and overall_footer. I removed these when I was about to give up ! Now I'm curious if all my issues are fixed.
Thanks for the help.
I will let you know how I made out.
John