Topic Resolution: Resolved
  • Closed
  • Greg Vaughan
    Spectator
    August 4, 2015 at 11:58 pm #19638

    How do I create a centered footer, with centered text, that will serve as the common footer for all my pages? I’ve created a sidebar called BBBlack footer, and have used visual editor to format and enter the text. Although the text appears centered in the footer box, it wraps because the box is too small, and the footer box itself in aligned left. I’ve set the footer to “no column” by selecting the box with no columns. Any help will be greatly appreciated as I’ve been banging away at this problem for way too many hours.

    Denzel Chia
    Moderator
    Posts: 2656
    August 5, 2015 at 8:26 am #19652

    Hi,

    Please post your website url here. We need to see your website in order to come up with a possible solution.

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    August 5, 2015 at 7:45 pm #19692

    Here’s the url: http://test.bbblack.com

    Denzel Chia
    Moderator
    Posts: 2656
    August 6, 2015 at 8:39 am #19739

    Hi,

    Sorry to keep you waiting. I visited your site. http://test.bbblack.com/
    This is what I have seen. http://prntscr.com/81ex4f

    You already have a centered footer. I see that the text you entered are in a text widget and two different rows, they are not wrapped.

    May I know if you still need help for this issue?

    Thanks!

    Greg Vaughan
    Spectator
    Posts: 27
    August 6, 2015 at 8:52 pm #19780

    I fixed the footer issue, but now another one has appeared. There are two light horizontal lines across the home page. They look like box shading. I can’t figure out where they came from or how to get rid of them. Suggestions? http://test.bbblack.com/

    Roman
    Spectator
    Posts: 3147
    August 7, 2015 at 7:58 am #19791

    please use this in Appearance -> Theme Options -> Custom CSS:

    .home-content-boxes,
    .menu-header:after {
    background: none;
    }

    Greg Vaughan
    Spectator
    Posts: 27
    August 7, 2015 at 5:26 pm #19811

    Bingo. Thanks so much.