Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Wahyues GROUP

    (@wahyuesgroup)

    update
    only if I’m using h1 or h2 or h3

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @wahyuesgroup,
    I’m sorry, but it’s hard to debug and help you without having the page opened and checking it in browser console. Please leave a direct URL to that topic.

    Thread Starter Wahyues GROUP

    (@wahyuesgroup)

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @wahyuesgroup,
    Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

    #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left {
        width: 156px;
        float: none;
    }
    #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
        margin-left: 10px!important;;
        float: none;
        flex-grow: 1;
    }
    #wpforo #wpforo-wrap .wpfl-2 .wpforo-post{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    Thread Starter Wahyues GROUP

    (@wahyuesgroup)

    Hi @gvectors-team

    Thank you very much

    now it is running perfectly

    Thread Starter Wahyues GROUP

    (@wahyuesgroup)

    Hi @gvectors-team

    I found a new problem

    problematic tags

    https://ibb.co/Wv1cx11

    the effect of the code you provide above

    Link: https://www.wahyuesgroup.id/forum/gudang-3d/audi-a5-coupe-2010/

    Plugin Author gVectors Team

    (@gvectors-team)

    @wahyuesgroup,
    Please remove the previous CSS code and use this one instead:

    @media screen and (max-width:800px) {
      #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left {
          width: 156px;
          float: none;
      }
      #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
          margin-left: 10px!important;;
          float: none;
          flex-grow: 1;
      }
      #wpforo #wpforo-wrap .wpfl-2 .wpforo-post{
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
      }
      #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-meta .wpforo-post{
        display:block
      }
    }

    Save it, delete all caches, go to forum front-end and press Ctrl+F5 to reset the browser cache.

    Thread Starter Wahyues GROUP

    (@wahyuesgroup)

    Hi @gvectors-team ,

    now everything is going well

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘I found a gap’ is closed to new replies.