eolproductions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Make my site 100% widthSo I should change max-width: 1600px; to max-width: 100%;
Is that correct?
Forum: Themes and Templates
In reply to: Make my site 100% widthBut Like I said earlier, I am going to download all the pages once my site is complete in WP. I am using WP as the backbone to my site. Once it is done, I am transferring it to a standard HTML website. Am I allowed to do this?
Forum: Themes and Templates
In reply to: Make my site 100% widthAny Help then?
Forum: Themes and Templates
In reply to: Make my site 100% widthNo, I am just getting the basic structure in WP and then I will download the pages and use it as a standard HTML site
Forum: Themes and Templates
In reply to: Make my site 100% widthI will not be updating wordpress as once the website is complete next week I will be downloading it and saving it as a HTML file. I just want to know how do I make the width 100%.
Forum: Themes and Templates
In reply to: CSS not showing up properlyThanks Andrew. Just sorted the problem. I must of forgot to put the closing bracket in then.
Forum: Themes and Templates
In reply to: CSS not showing up properlyWhat parent theme files? I was changing the style.css file. I have spotted an error here: http://s21.postimg.org/fi08dyign/code_error.jpg I know where it is and know how to fix it but don’t know what file to now change.
Forum: Themes and Templates
In reply to: div tags not moingI have. I am using this CSS:
div.pawimg-left {
content: url(http://atp.leontomlinson.com/prebeta/wp-content/uploads/2013/09/paw-bgdouble.png);
position: absolute;
top: 75%;
}But still moves around and overlaps the text on different screen resolutions.
Forum: Themes and Templates
In reply to: div tags not moingThanks so much. It has worked. The only problem I have now is that the blue paw prints at the bottom of the page need to be aligned at equal widths apart from the text. I have used this code for the paws
div.palogo:before {
content: url(http://atp.leontomlinson.com/prebeta/wp-content/uploads/2013/09/petsitters.jpg);
position: absolute;
left: 84%;
top: 20px;
}It changed and sometimes overlaps onto the text on different screens.
Forum: Themes and Templates
In reply to: div tags not moingOk thanks. And I also noticed that. All the Div tags that I have created wont show up in Firefox or IE but is fine in chrome.
Forum: Fixing WordPress
In reply to: Adverts on mobile siteThanks anyway guys. I worked out how to do it from this article.
http://www.labnol.org/internet/google-adsense-responsive-design/25252/
Forum: Fixing WordPress
In reply to: Adverts on mobile siteI will give it ago. I have found this code for making the images fit the page on a mobile:
max-width: 100%; height: auto;Forum: Fixing WordPress
In reply to: Adverts on mobile siteThe advert is on the website now. It is at the very bottom. Do you have ad blocker enabled? disable it if so.
Forum: Fixing WordPress
In reply to: Adverts on mobile siteHi, the adverts are at the bottom of the homepage and every page. Have a look again. I am using Google adsense and I have seen that you can get mobile ad sizes but dont know how to make it change when it detects someone is on a mobile.
Forum: Fixing WordPress
In reply to: How do I edit a css file?alchymyth – I am using the code editor in file viewer in cPanel. I am using the theme: Halfcreative. I just wanted to change some of the header colours, page widths and things like that.