Logo size, padding, page title bold & fonts size of lists Posted in : Editor labruyereParticipant 8 May 2016 at 01:58 #30687 1. How can I make the logo image bigger 2. How can I make the padding between the letters in the menu smaller 3. How can I make the page title bold/strong 4. How can I make the font size of lists as small as the normal font serkanModerator 9 May 2016 at 12:29 #30709 Hi labruyere, 1) @media screen and (min-width: 992px) { .site-title img { max-height: 200px; } } 2) @media screen and (min-width: 992px) { .nav-menu ul li { margin: 0 0.6em; } } 3) .page .entry-header h1 { font-weight: bold; } 4) ol, ul { font-size: 15px; } Next time, please don’t ask all your question in the same topic. Please search in the forum then create a topic for each one. Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register