[Support request] Container after_main_content

Home Forums Support [Support request] Container after_main_content

Home Forums Support Container after_main_content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #707915
    Sonja

    I have set a hook after_main_content for related posts. But this content should be in a separate container, like the main content. How can i do this?

    #708325
    David
    Staff
    Customer Support

    Hi there,

    so you want this to be outside of the content? And with the same style container?

    #708357
    Sonja

    I want this and the element below in a white contaniner like the main content.

    #708367
    David
    Staff
    Customer Support

    Try this CSS:

    .rpbt_shortcode {
        padding: 40px;
        background-color: #fff;
    }
    #708390
    Sonja

    Thanks, that worked.

    #708398
    David
    Staff
    Customer Support

    Glad i could help

    #795811
    Sonja

    Hey David,

    can you please tell me the code for the marketer site? Because there, the container have a little shadow or someting.

    #795836
    David
    Staff
    Customer Support

    Marketer uses this CSS:

    .inside-article, .sidebar .widget, .comments-area {
        border: 1px solid rgba(232, 234, 237, 1);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.