• Hi all – I’ve posted this in the studiopress forum and received no responses….(for the record, I’m not very well-versed in WordPress and would love some help with this one. I am doing this for a friend of mine, but really have not worked in WP for some time, feel free to talk to me like I’m a 10 year old, I can take it. I’m not used to working with WP in the capacity she has me doing this…..and I’m really confused. )

    How do I change the logo on this site to be to the left of the Social Icons instead of stacked on the desktop version?

    http://victoriascupcakesandmore.webdesignnantucket.com/

Viewing 1 replies (of 1 total)
  • Hi there ACKLizard,

    I played around with the browser inspector tools and this is the result. It’s very basic and probably still a ways from what you are looking to do – but I hope it will get you started! You’ll no doubt need to play with margins/paddings to achieve your desired outcome.

    I would also wrap the changes that you make in a media query so that the normal ‘stacking’ flow of the page takes over on smaller screen sizes. Perhaps something like:

    @media only screen and (min-width: 1200px) {
    
    your changes here
    
    }

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Before Header Alignment’ is closed to new replies.