newsquaredesigner23 Posted January 2 Posted January 2 Hi! So I recently have used CSS to change my site header to be vertically on the left. The only problem is I can't seem to move my site icon/title along with it. No matter what i have tried it has stayed in the middle of my site. Could someone help me out with this? Here is the code I have right now: // Vertical Navigation // /* Float header */ @media screen and (min-width: 800px) { body { margin-left: 110px; } .header-layout-nav-right .header-nav { text-align: left; padding-left: 0vw; padding-right: 2wv; } } .header-nav-list { width: 135vh !important; padding: 40px; background: #F7EDDE; position: fixed; -webkit-transform:rotate(-90deg)translateX(-85%); -webkit-transform-origin: top left; left: 0px; top: 25px; text-align: center; z-index: 999; } My website is annahilton.com
tuanphan Posted January 3 Posted January 3 It is fine to me.. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment