Forum Replies Created

Viewing 20 posts - 11,961 through 11,980 (of 12,027 total)
  • Author
    Posts
  • in reply to: Horizontal Line below Site Title #130680
    Skandha
    Participant

    @Kathrin: Glad that the issue is resolved!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130500
    Skandha
    Participant

    @skynet: Glad the issue is resolved! Have a good day!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130495
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .hentry {
    border-radius: 0;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Horizontal Line below Site Title #130475
    Skandha
    Participant

    @Kathrin: Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .entry-content {
    border-top: none;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    Skandha
    Participant

    @fkey541: Please replace max-width: 640px by 767px.

    Regards,
    Skandha

    in reply to: eliminate padding #130424
    Skandha
    Participant

    @dadoonan: Please discard the previous reply and follow this one. Goto => Appearance => Customize => Additional CSS add the following code.

    @media screen and (min-width: 991px) {
           #masthead {
           display: none;
           }
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: remove author #130422
    Skandha
    Participant

    @dadoonan: You can remove the author by adding a bit of CSS Code. Go to => Appearance => Customize => Additional CSS and add the following code.

    .author {
    display: none;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: eliminate padding #130421
    Skandha
    Participant

    @dadoonan: To remove the extra padding Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
    display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    Skandha
    Participant

    @fkey541: Please discard the previous reply. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
          .entry-header {
              height: auto;
              overflow: unset;
          }
    }

    Let me know if this resolves your issue!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130364
    Skandha
    Participant

    @skynet: Glad that the issues have been resolved. Have a good day!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130361
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .commentlist > li.comment{
    	border-color: white;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130358
    Skandha
    Participant

    @skynet: Please replace the previous CSS code with the code below.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #content article {
        padding-bottom: 0;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    in reply to: How can i Remove This White Space #130353
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #post-13238,#post-13180,#post-13144,#post-13134,#post-13095,#post-13090,#post-13179{
    	padding-bottom: 0;
    }

    Let me know if this resolves the issue!

    Regards,
    Skandha

    Skandha
    Participant

    Hello, @fkey541: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
        .fl-module-content {
            margin-bottom:0; 
          
        }
        .fl-row-content-wrap {
          padding: 0;
          
        }
        
      }

    Let me know if the issues still persist.

    Regards,
    Skandha

    in reply to: Change the color of the mobile menu icon #130251
    Skandha
    Participant

    Hello @andressen, the CSS code given by @skynet should do the trick.
    Thank you @skynet for the reply.

    Regards,
    Skandha

    in reply to: How to Remove Grey Line From Mobile ? #130250
    Skandha
    Participant

    @skynet: Glad to know that the issue is resolved!!

    Regards,
    Skandha

    in reply to: How to Remove Grey Line From Mobile ? #130213
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 640px) {
        #nav-below {
          border:none;
        }
      }

    Let me know if this works out!

    Regards,
    Skandha

    in reply to: theme not loading #130149
    Skandha
    Participant

    @Kashina: Glad to know that the issue is resolved! Have a good day!

    Regards,
    Skandha

    in reply to: Remove white area? #130118
    Skandha
    Participant

    @Jesper: I’m sorry i gave you the previous CSS. Yes, that white space is for the content part after the featured content. The white space gets adjusted when you add some content or posts after the featured content. If you want to remove that white space only from the homepage that is if you dont have any more contents to display in your homepage Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .singular-section {
    display: none;
    }

    This will hide the white space only on your homepage!
    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Remove white area? #130105
    Skandha
    Participant

    @Jesper: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .singular-section {
        display: none;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

Viewing 20 posts - 11,961 through 11,980 (of 12,027 total)