CMDR_west Posted August 25, 2021 Posted August 25, 2021 Site URL: https://beagle-dahlia-zme3.squarespace.com/config/ Hey guys! I am running into an issue with my navigation bar. I have used some custom CSS to move the header I have currently to the right, as my client has requested, but now they would like to move the navigation bar left separately from the title of the website itself. Does anyone have any code that can do this? Here is the code I have already implemented: @media only screen and (min-width: 951px) {header {padding-top:35px} .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; }} @media only screen and (min-width: 951px) {header {padding-left:100px} .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; }} Also the webstie is: frankverrilli.com
tuanphan Posted August 27, 2021 Posted August 27, 2021 On 8/25/2021 at 10:37 AM, CMDR_west said: Site URL: https://beagle-dahlia-zme3.squarespace.com/config/ Hey guys! I am running into an issue with my navigation bar. I have used some custom CSS to move the header I have currently to the right, as my client has requested, but now they would like to move the navigation bar left separately from the title of the website itself. Does anyone have any code that can do this? Here is the code I have already implemented: @media only screen and (min-width: 951px) {header {padding-top:35px} .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; }} @media only screen and (min-width: 951px) {header {padding-left:100px} .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%; }} Also the webstie is: frankverrilli.com Yi, You want Navigation (left) - Logo (right on same line Is this right? 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
Archived
This topic is now archived and is closed to further replies.