2 Widgetized Columns for Front Page 3 Section

Homepage Community Forums Aspire Theme Support 2 Widgetized Columns for Front Page 3 Section

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20826
    laurarabell
    Customer

      Hi there,

      As you can see in “Front Page Section 3” on this draft homepage (the first section below the main homepage image), I am trying to figure out how to achieve a 2 column layout that includes the eNews widget
      http://draft.catawbariverkeeper.org/

      I am trying to move the Genesis eNews widget up into the right-hand column but I can’t figure out how to do this. Typically with a StudioPress theme, if you put 3 widgets in a Front Page area, that area will give you a header area with two 50% column width areas below but that is not working. I tried this and it didn’t work.

      Also I can’t use StudioPress Column classes because the thing I want to put in the 2nd column in the eNews Widget which is needs a widget area.

      Any thoughts on how to solve this problem?

      Thank you for any help!!

      #20844
      Wes
      Moderator

        Since you’re using 2 separate widgets, you’ll have to add some custom code so it shows up next to each other. By default, each widget is supposed to show up Full Width on top of each other since that’s how the Theme is designed. In order to get those 2 particular widgets to show side by side try adding this –

        .front-page-3 .flexible-widgets .widget {
            float: left;
            padding: 0 2%;
            width: 48%;
        }

        You can adjust the padding and width to show however you want it to be displayed.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.