• Resolved wxam

    (@wxam)


    Dear WpForo,

    I would like to have my Forum Alligned to the left of the page (Somewhat middle)
    And a bit bigger so it looks like a propper Forum Page.
    Something like the forum page of your guys website.

    Kind regards,
    – Wxam

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Please leave your forum URL, we need debug the CSS to be able help you.

    Thread Starter wxam

    (@wxam)

    the forum url is https://realmsofdarkness.nl/forum/
    This is the correct Url for the forum right?

    Plugin Author gVectors Team

    (@gvectors-team)

    You should edit the forum page and check if this theme has full width template. You should not use sidebars.

    In any case if you want to keep this… Try the CSS code above, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on front-end:

    
    body.wpforo #primary .entry-header {
        float: none!important;
        width: 100%!important;
    }
    
    body.wpforo #primary .entry-content {
        float: none!important;
        width: 100%!important;
    }
    
    #wpforo-wrap {
        width: 100%!important;
        padding: 10px 0px!important;
    }

    BTW, please remove the 120% of wpfor-wrap width CSS. I see it in your customization code.

    • This reply was modified 7 years, 4 months ago by gVectors Team.
    Thread Starter wxam

    (@wxam)

    Thank the css helped ??

    Great support,

    Kind regards,
    – Wxam

    Plugin Author gVectors Team

    (@gvectors-team)

    Please navigate to Dashboard > Forums > Settings and make sure the Forum base URL is /forum/ not /Forum/ . I see the URL is set incorrectly and links don’t work.

    Plugin Author gVectors Team

    (@gvectors-team)

    Also make sure the main forum page with /forum/ slug exists in Dashboard > pages admin page. This page should contain [wpforo] shortcode. If you don’t have such page your forum will not work.

    Thread Starter wxam

    (@wxam)

    Ohh yeah Thanks didn’t even see that

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Forum Allign’ is closed to new replies.