• Resolved dcsreddy

    (@dcsreddy)


    Here is my forum. https://www.becomeahospitalist.com/forum/
    I would like to pull it up litttle bit more. Is it possible to hide the page name “FORUM” space? Is it possible to decrease the padding over the DW Q&A box?

    Other option is to replace page name “FORUM” with “text of my choice with hyperlink of my choice”?

    Thanks a lot for your help.
    Chandra.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Chandra. Try this in your custom css:

    /* hide page title on forum page */
    .list-dwqa-question .page-title {
        display: none;
    }
    
    /* remove content top padding on forum page */
    .list-dwqa-question .content .pad {
        padding-top: 0;
    }
    Thread Starter dcsreddy

    (@dcsreddy)

    Perfect. You are awesome. Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to pull up the content portion of the page further?’ is closed to new replies.