graphene_after_page_content help

  • uzupan

    #8016

    Ok, I have spent hours trying to get the look I want, I know I am doing something wrong. I have settled upon graphene_after_page_content on my home page, http://www.raymondvilleupc.net (pastor’s corner and recent sermons). I have figured out how to adjust the font size but I still can’t get the widgets to be on a horizontal setup instead of a vertical setup. I have copied code and tried to modify it using other hook widget code to know avail.

    Can someone give me a css code so I can make these two widgets go horizontal Left, right) instead of vertical( on top of each other).

    thanks!

    Mark

    Mod

    Kenneth John Odle

    #40089

    Try this:

    #graphene-dynamic-widget-graphene_after_page_content > div {
    float: left;
    width: 450px;
    }

    uzupan

    #40090

    Worked like a charm, thanks Kenneth!

    Anonymous

    #40091

    Marking thread as resolved. You can do this yourself as well.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.