Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1167921
    Alex
    Participant

    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

    #1168168
    Joao
    Moderator

    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

    #1168189
    Alex
    Participant

    Hello,

    Thanks, that helped! But it didn’t hide the icon from the title. Can you help with it?


    Alex

    #1168772
    Jade
    Moderator

    Hi Alex,

    You can add this under Custom > CSS in the Customizer.

    .entry-title:before {
        display: none;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1167921 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>