• Resolved qnkov

    (@qnkov)


    Hello there, my text/icons is near to border of forum.

    Check pictures – https://prnt.sc/ucusxg

    How can i move it a bit? And can you tell me how can i make red border of the whole forum?

    I’m using this in style:

    #wpforo-wrap {
    font-size: 13px; width: 100%; padding: 10px 0; margin: 0px;
    }
    #wpforo-wrap #wpforo-stat-header{ background-color:#eb3349; color: #FFFFFF; border-bottom: 2px solid #CCCCCC;}
    #wpforo-wrap #wpforo-poweredby{ background-color:#eb3349; color: #FFFFFF; }

    Here is link of the forum – https://otaku.bg/otakubg/community/

    Thanks.

    • This topic was modified 4 years, 2 months ago by qnkov.
    • This topic was modified 4 years, 2 months ago by qnkov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @qnkov,

    Try this CSS code.

    #wpforo-wrap {
        padding: 15px !important;
        border: 1px solid red;
    }

    You can change the values as you like.

    The CSS codes should be added in the “Custom CSS code” textarea, located in the Dashboard > Forums > Settings > Styles Tab.??

    Please don’t forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.? ??

    Thread Starter qnkov

    (@qnkov)

    Works great, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to move them?’ is closed to new replies.