• Resolved mdfan101z

    (@mdfan101z)


    Hello, new to wordpress and designing my first site! Looking for a little help on customizing the theme I have. Currently it displays the “pages” in a vertical layout and I would much prefer them to have them listed horizontally on the bottom of my page. You can see the page at https://www.vapeawaycigs.com. I am very familiar with html and somewhat familiar with CSS but cannot seem to figure out what code in the editor to change to fix this. Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • hii
    add this code in your child theme css or your theme css

    ul.xoxo li.page_item {
        display: block;
        float: left !important;
        padding: 11px;
    }

    hope it`ll help you

    Virendra is correct

    float: left
    will do it
    you can test this by inspecting (firebug,chrome) the main menu bar above on www.remarpro.com and seeing what css they use for it

    you might also want to consider changing the inaccurate data on the site.
    Eliquid is made up of Vegetable Glycerin (VG) and/or Propylene Glycol (PG)
    you have suggested Propylene Glycerin is found in eliquid when it isn’t. (or at least shouldn’t be)

    Also those lady like e-cigs are a waste of time constantly changing the batteries ??

    Get an itaste SVD with protank II ftw.

    Thread Starter mdfan101z

    (@mdfan101z)

    Thank you both for your input. I completely forgot about firebug. Great add on! I’ll go ahead and try it out. And thanks garratt for catching my typo. That will be corrected immediately. I personally am rocking an ego c-twist with a protank II myself but plan on upgrading soon!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontal Footer Pages’ is closed to new replies.