2016-01-14, 01:37:01
Excuse me guys, i don't understand how to customize pages, as in the sample:
http://www.cyberpress.biz/
There's the wood background in "features" i need to modify template.php for each pages?
If i put in the editor page something like this:
the result is the backround image in a box, not in full screen.
like this:
How can i fix it?
Best
http://www.cyberpress.biz/
There's the wood background in "features" i need to modify template.php for each pages?
If i put in the editor page something like this:
Code:
<div class="anchor" id="features">
<div class="wrapper">
<div class="container pagecontent">
<h2>All Cyber Press Websites are :-</h2>
<div class="one-third column">
<h3>Responsive</h3>
<p>All Cyber Press websites are viewable on any device - from a tiny phone screen to a big desktop display. It's called <em>Responsive Design</em> because the layout responds to the size of the viewing window.<br />
— like this site.</p>
</div>
<div class="one-third column ">
<h3>Content Managed</h3>
<p>All Cyber Press websites are installed on Content Management Systems. If your site is one page or a hundred pages, If you update it daily, monthly or annually, then a CMS makes it easier, more secure, safer, and much more fun to manage your website.</p>
</div>
<div class="one-third column ">
<h3>Google Optimised</h3>
<p>All Cyber Press websites are optimised to be fully readable by Search Engine bots. If google recognises the relevance of your site and the quality of the content then you <strong><em>will</em></strong> get search engine traffic.<br />
— like this site.</p>
</div>
<footer class="fourteen columns offset-by-one">
Web Designers and Internet Consultancy for Businesses, Individuals, Charities and Groups in Somerset and North Somerset: Minehead, Williton, Watchet and Cannington.</footer>
</div>
</div>
</div>
the result is the backround image in a box, not in full screen.
like this:
How can i fix it?
Best