Support » Theme: Easel » remove post section and have 3 column footer

  • Resolved rbrevenge

    (@rbrevenge)


    First, great theme, thank you.

    1. I’d like to remove the post section on the homepage in the center and add a gallery there. Is this possible and if so, can you walk me through it?

    2. I’d like to have 3 columns in the footer section. Is this possible and if so, can you walk me through it please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Frumph

    (@frumph)

    1. go to settings -> reading and associate a ‘page’ you made to the front page, and put the gallery in that page

    2.

    #footer .sidebar .widget {
         width: 200px; /* adjust accordingly */
         display: inline-block;
         float: left;'
    }

    ^ you can have multiple columns by specifying CSS to be in columns

    Thread Starter rbrevenge

    (@rbrevenge)

    great, thank you for the fast reply. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove post section and have 3 column footer’ is closed to new replies.