Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to remove left space of the forum?


  • peppapig
    Participant

    @peppapig

    space

    how can I remove this space?
    not only left but you can see some space in bottom too.
    how can I stretch it to full width?
    thanks.

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

  • Robin W
    Moderator

    @robin-w

    we would need a link to your site


    peppapig
    Participant

    @peppapig

    Here is the link
    http://kfpl.kr/kfpl/forums/

    And also, how can I change the main forum title ‘Forums’?

    I tried to change it settings-forum- root , but it didn’t change the text.

    Thanks.


    Robin W
    Moderator

    @robin-w

    put this is the custom css area of your theme

    #left-area ul li ul {
    padding: 2px 0 2px 0px !important;
    }

    Robin W
    Moderator

    @robin-w

    Put this in your child theme’s function file – or use

    Code Snippets

    /This function changes the text wherever it is quoted
    function change_translate_text( $translated_text ) {
    	if ( $translated_text == 'old text' ) {
    	$translated_text = 'new text';
    	}
    	return $translated_text;
    }

    and change ‘old text’ to what you want to change, and ‘new text’ to what you want it changed to


    peppapig
    Participant

    @peppapig

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar