Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106298
    RimFrost
    Participant

    Hi!
    How can I change the number of post at mainsite. normally there are 5 post. I want to change it into 10.

    And another question there can I change the spacing of the logo from the navbar and the top of the browser?

    http://wordpresstest.talker-lounge.de/

    #106305
    Mahesh
    Participant

    @Rrimfrost: Go to Dashboard=> Settings=> Reading and change Blog pages show at most to 10. Do you want to increase or decrease the spacing? Let me know further.

    Regards,
    Mahesh

    #106311
    RimFrost
    Participant

    Hi
    I want to decrease.

    #106347
    Mahesh
    Participant

    @rimfrost: Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-branding {
        padding: 0;
    }
    
    #masthead .wrapper {
        padding-left: 0;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change number of post on mainsite and spacing of logo’ is closed to new replies.