Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)
  • Thread Starter practical

    (@kit-grill)

    Hi

    Yes, Tobias is right, I would like the columns to switch from 3 to 2 depending on browser size

    thanks

    Thread Starter practical

    (@kit-grill)

    I’ve figured it now, changed the footer to below and all worked.

    #footer {
    position:absolute;
    padding-left: 20px;
    bottom:0px;
    width:945px;
    height:25px;
    padding:0px;
    margin:10px;
    clear: both;

    }

    Thread Starter practical

    (@kit-grill)

    Hi

    Thanks for your help, didn’t realise there was a css validator too 🙂

    I’ve made the changes but the footer is still lingering near the header, do you know why this may be?

    thanks again

    Thread Starter practical

    (@kit-grill)

    ive managed to find the culprit. The footer text is now the same as the body text but it still wont align center.

    Thread Starter practical

    (@kit-grill)

    i thought it did, but it says error is w3 validator.

    Without the closing div in the header the footer responds to the header css, but when i put a closing div in the header it doesnt respond to the footer css, strange…

    Thread Starter practical

    (@kit-grill)

    found it, thanks for all your help 🙂

    Thread Starter practical

    (@kit-grill)

    Hi @doodlebee

    i have one error which is a </div> on line 95, but i cant seem to find it within wordpress. Do you know where it may be?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head profile="http://gmpg.org/xfn/11">
    <title>Primary Colours Records</title>
    <meta name="description" content="Primary Colours Records is an avant garde record label based in London. all content copyright primary colours records © 2012" />
    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-36955597-1']);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="generator" content="WordPress 3.4.2" /> <!-- leave this for stats please -->
    <link rel="stylesheet" href="http://www.primarycoloursrecords.co.uk/wp-content/themes/pc_theme/style.css" type="text/css" media="screen" />
    <link rel="pingback" href="http://www.primarycoloursrecords.co.uk/xmlrpc.php" />
    <link rel='archives' title='December 2012' href='http://www.primarycoloursrecords.co.uk/2012/12/' />
    <link rel="alternate" type="application/rss+xml" title="Primary Colours Records &raquo; Home Comments Feed" href="http://www.primarycoloursrecords.co.uk/home/feed/" />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.primarycoloursrecords.co.uk/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.primarycoloursrecords.co.uk/wp-includes/wlwmanifest.xml" />
    <link rel='next' title='News' href='http://www.primarycoloursrecords.co.uk/news/' />
    <meta name="generator" content="WordPress 3.4.2" />
    <!-- All in One SEO Pack 1.6.15.2 by Michael Torbert of Semper Fi Web Design[211,335] -->
    <meta name="description" content="Primary Colours is an avant garde record label based in London. It was founded by Kit Grill in 2012. all content copyright primary colours records © 2012" />
    <meta name="keywords" content="primary colours, primary colours records, primary colours record label, primary colours avant garde music, electronic music labels london, primary colours label, primary colours uk," />
    <link rel="canonical" href="http://www.primarycoloursrecords.co.uk/" />
    <!-- /all in one seo pack -->
    </head>
    <body>
    <div id="header">
    <br/>
    <a href="http://www.primarycoloursrecords.co.uk"><img src="http://www.primarycoloursrecords.co.uk/wp-content/uploads/2013/01/logo_web.jpg" alt="Primary Colours" width="180" height="114"/></a>
    <br/>
    <br/>
    <a href="/info">Information</a><br/><br/>
    <!--<ul id="navlist"><li><a href="http://www.primarycoloursrecords.co.uk">All</a></li><li>No categories</li><a href="http://www.primarycoloursrecords.co.uk/category/information">Information</a></ul>-->
    </div>
    <div id="container">
    <div class="post1">
    <!--<h2>Home</h2>-->
    <!--<h3>November 2012</h3>-->
    <p><img src="http://www.primarycoloursrecords.co.uk/wp-content/uploads/2012/11/kitgrill_expressions2.jpg" alt="kit grill, expressions, primary colours records" title="kit grill, expressions, primary colours records" width="450" height="450" class="size-full wp-image-262" /></p>
    <p>Hi and welcome to Primary Colours Records. Sign up to our newsletter below to be the first to hear about the debut Ep coming out in February 2013. </p>
    <p><script type="text/javascript" src="http://signup.ymlp.com/signup.js?id=gjqsjmugmgj"></script><br/><br/></p>
    </div>
    </div>
    <div id="footer">
    <p> copy; all content copyright</p>
    </div>
    </body>
    </html></div>
    Thread Starter practical

    (@kit-grill)

    hi
    thanks for your help too, but still doesn’t work.
    not sure what it could..

    Thread Starter practical

    (@kit-grill)

    the one for the website

    style.css

    Thread Starter practical

    (@kit-grill)

    to the #footer in the stylesheet

    Thread Starter practical

    (@kit-grill)

    Hi,

    thanks 🙂

    I’ve tried some of these and still doesn’t want to center, i’m not sure if a /div isn’t closed or something else isn’t being read somewhere as the footer isn’t picking up the css commands.

    Thread Starter practical

    (@kit-grill)

    ive tried using

    text-align:center;
    margin: auto;
    width:800px;

    but to no avail…

    Thread Starter practical

    (@kit-grill)

    Hi,
    thanks for your reply.
    Could you explain how to style only the header, my header css currently is this

    #header {
    	position:relative;
    	top:0px;
    	margin-bottom:53px;
    	color:black;
    	font-size:14px;
    	float:none;
    	z-index:999;
    	text-align: center;
    
    }

    thankyou

    Thread Starter practical

    (@kit-grill)

    Here’s the website,

    http://primarycoloursrecords.co.uk/

    I’m a little unsure about what css to change? could you explain further?
    much appreciated

    Thread Starter practical

    (@kit-grill)

    OK, thanks for your help. will do.

Viewing 15 replies - 1 through 15 (of 36 total)