Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blog is showing in forum page

  • @techiebraj

    Participant

    Hello team!

    The blog post is showing on the forum page. Please suggest me how to fix this. I am using Astra with an elemetor pro.

    I am using shortcode to show forum index. All the forum page is showing broken on the desktop version.

    Site URL- https://staging.keeptaxisalive.org/forums/

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • @robin-w

    Moderator

    I do not know what you are asking – please explain what is needed

    @techiebraj

    Participant

    Please visit the URL – https://staging.keeptaxisalive.org/forums/

    After looking into that URL, you will understand what I am asking. The forum page is not showing properly. I am using a shortcode on a page named /forum

    Thank you!

    @robin-w

    Moderator

    it is because your theme has this set in a box

    .ast-col-md-6 {
    	width: 50%;
    }

    add this to your custom css

    .ast-col-md-6 {
    	width: auto;
    }

    @techiebraj

    Participant

    When I add this CSS code then my website another archive page(Category page) is also affecting, e.g., https://staging.keeptaxisalive.org/category/blogs/

    I don’t want to affect all the archive. Only forum page should be auto width only.

    Thank you!

    @robin-w

    Moderator

    try

    #bbpress-forums .ast-col-md-6 {
    	width: auto;
    }

    @techiebraj

    Participant

    It’s not working, when I add #bbpress-forums

    Please see in the attached screenshot:-

    With #bbpress-forums – http://prntscr.com/o9i4s9
    Without #bbpress-forums it is ok but affecting category page- http://prntscr.com/o9i5kj

    Thank you!

    @robin-w

    Moderator

    I can see, the theme renders before the forums.

    you basically need to get your theme to render that page not using the .ast-col-md-6 css.

    I can only suggest you refer to your theme support on how to do this

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar