Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Featured Content Slider not appearing where its told

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32170

    Hello CSS gurus ~ I am having problems with this featured content slider not appearing where its told to. I appears at the top of the content while it should appear after the paragraphs of text, that is where it is in the code. It is set to position relative….

    Slider at Top

    CSS for item…

    #featured_slider {
    float: left;
    margin: 7px 0px;
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid #0a660a;
    border-top: 1px solid #0a660a;
    width: 605px;
    left:-10px;
    }
    #53317

    Never mind, got it working….Had to create a custom template and add the code to php to get it to stay within the page where its placed, the shortcode option doesn’t work…it actually moves the code to the top of the page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.