• Resolved freenaute67

    (@freenaute67)


    Hi,
    I am using ASGAROS on my website and it works great except that any posts that are created are not using the full width of the page. Only half of the page is used and the text is placed on the right.
    Would you please help me to find out the issue?

    Forum can be found here : FORUM

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @freenaute67,
    Try it now:
    /wp-content/plugins/asgaros-forum/skin/style.css
    Find:

    #af-wrapper .post-element {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
        table-layout: fixed;
        border-bottom: 5px solid #e1e1e1;
    }

    replace:

    #af-wrapper .post-element {
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;    
        table-layout: auto;
        border-bottom: 5px solid #e1e1e1;
    }
    Thread Starter freenaute67

    (@freenaute67)

    Thanks for your quick reply.
    I did the modification unfortunatly problem remains.

    Any other idea ?

    Thread Starter freenaute67

    (@freenaute67)

    Update :
    No issue under Mozilla FIREFOX but still the issue under Google CHROME.

    Hi @freenaute67
    Your site is blocked

    Phishing Site
    According to some sources, this site is phishing. The exchange of confidential information on this site puts you at risk of identity theft and / or financial fraud. It is strongly recommended not to visit this page.

    https://image.prntscr.com/image/jLEAnPYPRP2svw8E3A9gYg.png

    I can’t watch

    Thread Starter freenaute67

    (@freenaute67)

    Hi,
    I don’t know why my site appears like this ??
    Nevertheless now it works! Maybe pages were still in cache after I did the modification.

    Thanks a lot for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post not using the full width of the page’ is closed to new replies.