• In the wp-layout.css I’ve added the following, it makes the textline (Beschouwingen, meningen, etc.) right under the header (De wondere wereld van boneless.nl) at https://www.boneless.nl/aa/
    #description {
    padding:7px;
    margin:0px 0% 0px 0%;
    color:#000033;
    background:#F5E39E;
    font:bold 65% Verdana,Sans-Serif;
    }
    How do I get the text (Beschouwingen, etc) to start a little more to the right? So it’s more centered on the page?
    Thanks!
    Boneless

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter boneless

    (@boneless)

    thanks, it works.
    Now one final question (yeah right ?? ),
    how do I make the titles of a post ‘not a link’ ?
    I just want the titles to be plain-text in stead of links.
    Thanks!

    Looking at your website, you already appear to have fixed it. Just in case someone else is wondering: you have to edit the index.php file in the WP directory. Find this line:
    <h3 class="storytitle" id="post-<?php the_ID(); ?>">" rel="bookmark"><?php the_title(); ?></h3>
    and change it to:
    <h3 class="storytitle" id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout question’ is closed to new replies.