Viewing 1 replies (of 1 total)
  • Plugin Author Sergey Kuzmich

    (@sergeykuzmich)

    Hi,

    You can remove spoiler left and right margins by adding the next lines to your theme’s css file:

    
    div.spoiler-wrap {
        width: 100%;
    }
    

    Almost the same to remove top and bottom margins:

    
    div.spoiler-wrap {
        margin: 0px auto;
    }
    

    of if you’d like to remove paddings for spoiler body (hidden content), just put this lines:

    
    div.spoiler-body {
        padding: 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Removing Indentation’ is closed to new replies.