• how do i fix the sidebar widget on my Options Theme. It sits way too high on the page. I would also like to learn how to apply a side bar anywhere on the page. HELP

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is Options the name of your theme? Perhaps you could post a link to your development site so we can examine the code, without some specifics we are a little ham-strung.

    Thread Starter rserra57

    (@rserra57)

    You can bump your sidebar down by adding margin-top to your style.css file, line 668, like so:

    #sideContent {
    width: 215px;
    padding-top: 25px;
    margin-top: 140px;
    }

    Sidebars, by definition, will either be on the left or right side. If the theme is widget-enabled you can add widgets wherever the template allows for them. Check Appearance > Widgets to see what is already available in your theme.

    To create new widget areas you have to declare them in your functions.php file, then you have to style the theme to accept them (otherwise they are likely to collide with existing layouts). This requires an understanding of PHP and WordPress templates.

    See:
    http://codex.wordpress.org/WordPress_Widgets

    Thread Starter rserra57

    (@rserra57)

    thanks, not clear how to apply the CSS (still learning)
    i am willing to pay for you time to show me via join.me or teamviewer
    561.613.2760

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Options Theme side bar too high on page’ is closed to new replies.