Home › Forums › Support › Header Logo Positioning This topic has 22 replies, 5 voices, and was last updated 8 years, 9 months ago by Tom. Viewing 8 posts - 16 through 23 (of 23 total) ← 1 2 Author Posts November 11, 2015 at 12:21 am #152029 Can Hi guys I cant find this entery in CSS 🙁 Please help me .inside-header { padding-top: 40px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; I dont use padding with my site logo , my siteturizmo.co November 11, 2015 at 10:26 am #152201 TomLead Developer Lead Developer That CSS is built by the Spacing add-on which allows you to adjust it all from the Customizer. You can use CSS to overwrite it like this: .inside-header { padding: 0; } Adding CSS: https://generatepress.com/knowledgebase/adding-css/ June 17, 2016 at 1:12 am #202667 Rashika Jain Hey, Great theme. I want to position my logo to left of site title. I added the following css code: .site-branding { display: inline-block; } .site-logo { float: left; margin-right: 20px; padding-bottom:30px; } It worked for laptop screen but in mobile the site logo is showing below the title on left hand side. Its looking kinda weired. Plz help. June 17, 2016 at 5:19 am #202712 Jamal Hi If you just want to change the look on desktop then i think this is the code you need @media (min-width: 769px ) { .site-branding { display: inline-block; } .site-logo { float: left; margin-right: 20px; padding-bottom:30px; } } This reply was modified 8 years, 9 months ago by Tom. June 20, 2016 at 1:05 am #203217 Rashika Jain When I applied your code, in the mobile screen the site title and logo aligned to center with logo below the title. But what I want is to shift logo to the left and title to the right, with both of them inline. June 20, 2016 at 1:07 am #203218 TomLead Developer Lead Developer Most of the time the above layout doesn’t work on mobile as there’s not enough space. If you want to keep the same look on desktop and mobile, you’re better off combining the text and logo into one image and uploading it as a header. June 20, 2016 at 6:14 am #203291 Rashika Jain OK, Thanx:)) June 20, 2016 at 10:06 am #203351 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 8 posts - 16 through 23 (of 23 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In