Hooks – graphene_before_content is stacking widgets

  • Dealbelt

    #8700

    1) How do I remove this “View full post button “, as I am using the slider as banner ?

    GT-2.jpg

    2)Graphene Before Content- is staking all the widget, is it possible to get those side by side? In horizontal line ?

    GT-1.jpg

    Thanks for your help!!

    My Website link

    Anonymous

    #41897

    1. Hiding “View full post button”

    .block-button {
    display:none;
    }

    Dealbelt

    #41898

    Luko,

    Thanks again for your help.

    Any idea how to get the widget side by side using graphene_before_content ?

    SRW

    Anonymous

    #41899

    Sure,

    You have to find out the ID of widgets inserted in graphene_before_content action hook with Firefox and Firubug or source code …and style it with css like this:

    #text-4 {
    float: left;
    width: 50%;
    }
    #text-5 {
    float: right;
    width: 50%;
    }

    Dealbelt

    #41900

    That worked as expected, really appreciate your help. Thanks again. Sunil

    Anonymous

    #41901

    You’re welcome 🙂

    Mark topic as resolved if it’s OK.

    Anonymous

    #41902

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

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

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