• Resolved lenwbrown

    (@lenwbrown)


    I noticed when entering custom footer text that when I centered, it centered to the main content width and not the full site width.

    The same is true for the header. When centering a text header (not using an image in this scenario) that the header text, like the footer text, centers to the width of the content (default is 620px), and to the left of an “invisible” sidebar space.

    Before I make my own modifications to Asteroid I wanted to mention this in the event someone wants to have a perfectly centered header and footer without regard to the main content and sidebar widths.

    Maybe in a future update? ??

    Thanks again for a terrific theme. You’ve done a fantastic job on the theme and the helpful options under Appearance when the theme is active are well-done.

    Thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author ronangelo

    (@ronangelo)

    I noticed when entering custom footer text that when I centered, it centered to the main content width and not the full site width.

    The same is true for the header. When centering a text header (not using an image in this scenario) that the header text, like the footer text, centers to the width of the content (default is 620px), and to the left of an “invisible” sidebar space.

    Both these elements are floated to the left by default.
    you can add some css in the css options

    #header-info-wrap, #footer-links {
      float: none;
      text-align: center;
    }

    Caution: I renamed some IDs and Classes on some post elements.

    ex. loop-entry -> entry-content

    These will cause some modifications not to work. Sorry about this. You can get the updated theme here before it goes live https://ronangelo.com/asteroid/
    Anyway, I’m always here to help asteroid users, there are probably only 5 ??

    Thread Starter lenwbrown

    (@lenwbrown)

    You’re awesome. Works great and I just nabbed the update from your site.

    BTW, a few days ago I saw your post about someone trying to hack into your admin panel on your own site. You might have a few more than 5 or 10 visitors then, and – of course – your greatest fans always try to hack you. I know from experience! They can be psycho like that. ??

    Thanks for the update. And love the menu on your own site. It “pops” out, for sure.

    You don’t happen to do any custom work, or consider it anyway? I have a site design I’ve used a couple years and would like to “wordpress-it” and have been semi-successful. If you’re open to considering it at least, I’ll gladly offer you a private link to the site as it stands and you could let me know if it’s doable. It’s not all that different overall in appearance from Asteroid, which is what drew me to this theme. ??

    Theme Author ronangelo

    (@ronangelo)

    You don’t happen to do any custom work, or consider it anyway? I have a site design I’ve used a couple years and would like to “wordpress-it” and have been semi-successful. If you’re open to considering it at least, I’ll gladly offer you a private link to the site as it stands and you could let me know if it’s doable. It’s not all that different overall in appearance from Asteroid, which is what drew me to this theme. ??

    If you want to, I could take a look.

    Thread Starter lenwbrown

    (@lenwbrown)

    (site link posted, since deleted)

    Theme Author ronangelo

    (@ronangelo)

    The design is simple, I think it would be quite easy to convert it into a WP theme.

    Thread Starter lenwbrown

    (@lenwbrown)

    (off-topic information posted, I’ve since deleted)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header & Footer Not Full Width When Centering Text’ is closed to new replies.