Tagged: x Author Posts September 9, 2016 at 8:05 am #1167921 AlexParticipant Hello, I’m trying to redesign my site and set up an Icon stack here: http://superpokemonworld.com/pokemon-go/pokemon-go-get-starter-pikachu/ But I have the issue with the content width: I’d like to remove the excessive margin on the left, as marked here: http://take.ms/UdSGB Also, I’d like to remove the left margin from the post and page’s title, as marked here: http://take.ms/iB8MVk I’d like to remove the icon as well. How can I do all these? Thanks! — Alex September 9, 2016 at 11:07 am #1168168 JoaoModerator Hi There, Please add the following code to Appereance Customizer Custom CSS .entry-content, .entry-title { margin-left: 0px !important; padding-left: 0px !important; } Hope that helps September 9, 2016 at 11:17 am #1168189 AlexParticipant Hello, Thanks, that helped! But it didn’t hide the icon from the title. Can you help with it? — Alex September 9, 2016 at 7:50 pm #1168772 JadeModerator Hi Alex, You can add this under Custom > CSS in the Customizer. .entry-title:before { display: none; } Hope this helps. Author Posts <script> jQuery(function($){ $("#no-reply-1167921 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In