• quarterexistencecrisis

    (@quarterexistencecrisis)


    Hi,

    I want to make my footer a horizontal bar that goes the length of the screen, not a vertical menu as is the default for my theme (Masonry Blog, using a child theme). Currently I have the following additional CSS:

    .site-footer .widget ul li {
        display: inline-block;
        margin-right: 20px;
    }
    .site-footer .widget ul li:last-of-type {
    	margin-right: 10;
    }

    I was able to get the bar to stack them two by two but I believe at this point, the problem is related to the footer widget menu not being full length.

    I have tried multiple different strategies for this but nothing seems to work.

    If possible, I’d love to make it scale to fit the screen so it is well optimized for mobile as well (and may vertical stack if the screen is small)

    TIA!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This margin-right: 10; needs a unit.
    Why don’t you look at the CSS for the header menu and use the same thing?

Viewing 1 replies (of 1 total)
  • The topic ‘Creating Horizontal Footer Menu’ is closed to new replies.