Home › Forums › Support › Logo position This topic has 5 replies, 2 voices, and was last updated 7 years, 4 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 25, 2018 at 11:33 pm #739341 debbie Hi, I managed to move the logo to the side, but I am struggling to get it above the title. Can you kindly help? This is my site: https://www.intuitivesupportservices.com/ November 26, 2018 at 3:49 am #739585 DavidStaff Customer Support Hi there, you could try this CSS for you logo / site branding layout: @media (min-width: 769px) { .inside-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .site-logo { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } .site-branding { -webkit-box-flex: 1; -ms-flex: 1 0 100%; flex: 1 0 100%; } } November 29, 2018 at 1:09 am #743494 debbie Thank you, that worked, however I forgot to say I wanted to centre it above the title. Is there something I need to add to do that? Many thanks November 29, 2018 at 4:03 am #743591 DavidStaff Customer Support So this CSS: .inside-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .site-logo { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } November 29, 2018 at 4:56 am #743621 debbie Perfect thank you so very much November 29, 2018 at 5:03 am #743626 DavidStaff Customer Support You’re very welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In