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

    (@verismostudio)

    Hey guys,
    Just a follow-up. I figured out the problem. In the css code you need to change the clear tag from “both” to “none”. For any of the shortcodes causing the problem.

    For example the divider was causing the push so i changed it as follows:

    /* Divider */
    .divider {
    clear: none;
    {

    Thread Starter verismostudio

    (@verismostudio)

    Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode pushes conent to start below sidebar’ is closed to new replies.