Site logo

[Resolved] Full width container not working.

Home Forums Support [Resolved] Full width container not working.

Home Forums Support Full width container not working.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1560066
    Jude

    Hi there, I have added generate press to my new site but the slider to change the container to full size is not working. I am using block editor and I have no idea how I can get it resolved. All my content looked squeezed and my sing up box in the side widget is one thing long box and you can’t read the content.
    Any idea’s how I can resolve this issue?

    Thanks in advance.

    #1560221
    David
    Staff
    Customer Support

    Hi there,

    i responded here to your previous topic:

    https://generatepress.com/forums/topic/my-slide-bar-dont-work-to-increase-the-width-of-my-container/#post-1558247

    The two issues are related to the error on the site. See my reply in the link above

    #1562612
    Jude

    Hi David, thanks for your help. I thought I found the issue as I deactivated the plugin and Right-click copyright and it allowed me to use the functionality of the container width; however, the design of the sing up box was still faulty. I tried to use the other sign up box but the same issue.

    I then deactivated all plugin, and however the signup box changed, it is still faulty. I also tried to log in from wp from admin instead of me as a user, but nothing seems to shift the issue. I contacted site support, but they mentioned there are no issues with my website on their end. I am lost what to do next. The slider works but it doesn’t matter what width I publish the content, it te sign up box stay faulty.
    Is this perhaps because I use the theme now on my second site that I have issues at all? It seems so strange as my other site has generated press premium and the same plugin combination and no issues at all.
    Assistance would be greatly appreciated.

    #1563209
    David
    Staff
    Customer Support

    Ok good news is the Page is no longer throwing an error 🙂
    The form is not displaying correctly as it has this CSS applied to it:

    #af-form-243449838 .af-standards .af-element {
        padding-right: 150px;
        padding-left: 150px;
    }

    I can’t see where that CSS is coming from but the 150px of left/right padding is the issue.

    To fix that add this CSS to your site:

    #right-sidebar .af-form-wrapper .af-standards .af-element {
        padding-left: 10px;
        padding-right: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1564660
    Jude

    Thanks a lot for your excellent help David, much appreciated.
    Jude

    #1565395
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.