• Hi gang. I hate to ask because it shows my lack of prowess at CSS but I really need some help that is probably easy.

    If I am using Scott Wallick’s “Simplr” template with both sidebars at bottom of the main index template, how do I offset my “DoFollow” image to the left of the single column through CSS. (obviously I can’t put it in the sidebar template because its at the bottom)

    You can see what I am talking about here at my blog:

    https://rileycentral.net/wordpress/

    And “Simplr” is here of course: (Scott if you read this I figure I’d try here before bothering you!)

    https://www.plaintxt.org/themes/simplr/

Viewing 1 replies (of 1 total)
  • Thread Starter rileycentral

    (@rileycentral)

    Ok. I figured it out in case anyone wants to know:

    To add a column on the right or left margin of a one-column theme like Simplr, just use this simple html with your own css

    <?php get_header() ?>

    <div id=”leftmenu”>

    </div>

    <div id=”rightmenu”>

    </div>

    <div id=”container”>
    <div id=”content”>

    <?php while ( have_posts() ) : the_post() ?>

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘image outside of the main index template’ is closed to new replies.