• after updating to the version of the theme beyond 4.5.2.

    The problem is that in the single post page, the right sidebar is now positioned at the bottom of the page instead of its usual placement on the right side, specifically in the desktop version of the website.

    I have verified that this behavior occurs after updating to versions higher than 4.5.2.

    • This topic was modified 10 months, 2 weeks ago by upgfermi.
Viewing 6 replies - 1 through 6 (of 6 total)
  • I met the same issue.

    Hi @upgfermi & @pingchen1973,

    Could you please make a video explaining the issue and share it with us? As far as I know, no other users have reported the same problem. If this issue were widespread, we would see many reports on this forum and our Support Portal, but that’s not happening. It seems like this might be unique to your sites, and we’re still trying to figure out what might be causing it.

    Your help in providing a video would be greatly appreciated!

    Kind regards,
    Herman ??

    Hi, Herman,

    Can you give me an email so that I can send you the recording? I don’t want to upload the video here. Thanks.

    Thread Starter upgfermi

    (@upgfermi)

    I think the problem is generated by the padding between the main block and the sidebar.

    For the moment I solved the problem by adding the css code in astra:

    @media (min-width: 922px) {
        #secondary {
            width: 29%;
        }
    }

    and and reducing the outer right space (8px) in the astra single post blog section

    • This reply was modified 10 months, 1 week ago by upgfermi.

    I am also seeing the same thing. The CSS for the sidebar is:

    #secondary {
      width: 34%;
    }

    And for the main content it is:

    #primary {
        width: 66%;
    }

    On desktop because this adds up to 101%, the sidebar is being pushed below the primary content.

    This is definitely a breaking change with the latest release, as it happened after I upgraded the theme to 4.6.3.

    • This reply was modified 10 months, 1 week ago by chiefke.

    Hi @upgfermi,

    Would you mind sharing your site URL, so we can check it from our end?

    @pingchen1973, @chiefke, as per the forum guidelines, please start your own topic. You are welcome to cross-link it to this thread, so we are aware of both.

    Kind regards,
    Herman ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Astra version > 4.5.2 Issue with Sidebar Placement in Single Post Page’ is closed to new replies.