Footer Content Alignment
-
Hi,
I just added some code to hide the social media links in my header and now my footer content (copyright, address, etc) is now shifted to the left side. I was wondering if any of my CSS is messing with it.
h1.entry-title { display: none; } .layout-content-full-width.home.page .content-area-inside .post-35 { padding: 0; } .layout-content-full-width.home.page .content-area-inside .entry-content { margin: 0; } iframe { max-width: 100vw; width: 100vw; } .site-header .social-navigation .menu { display: none; }Any assistance would be greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please confirm the site you need help with is anchorhilldev.wordpress.com. If not, kindly provide the correct site address for us to help with you better.
-
-
Hey there,
I am seeing all of your footer content aligned to the center, like so: http://prntscr.com/kwbgzj. Are you seeing something different? If so please provide a little further detail and perhaps a screenshot using the following tool: https://snag.gy/.
I look forward to your response,
Cheers
-
-
Hey again,
Ah, I see it now. Odd it only isn’t centered when the browser screen width is maximized. Adding the following CSS should fix this issue.
footer { width: 100vw; }Let us know if you run into any further troubles.
Cheers
-
- The topic ‘Footer Content Alignment’ is closed to new replies.
