• Resolved rigwald

    (@rigwald)


    I inserted a shortcode-based slider in the text widget. Instead of lining up and matching the other widgets, it is spanning the entire width of the page. I found another post about the text widget issue

    I found a similar post and used that code in the Additional CSS.

    .widget_text {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    It didn’t fix the issue. The slider is still too wide. When I put it on my real site, and not my test site, it works. So ignore this message, because the test site isn’t important.

    • This topic was modified 4 years, 3 months ago by rigwald.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text widget with shortcode spanning full width of page’ is closed to new replies.