how I can focus my banners and contact forms in the sidebar using html codes?

  • juanpablo

    #2502

    Hi Josh, how I can focus my banners and contact forms in the sidebar using html codes? or please give me any other solution.

    Thanks

    Anonymous

    #20534

    (Moved to Support) (great topic and want to make available to everyone in support forum)

    Hola my friend,

    Okay, Let’s start with your “Anuncios” widget. If you use Mozilla Firebug, you will notice that particular widget has a unique id of text-12.

    So, in your child theme stylesheet, add something like this:

    #text-12 {
    text-align: center;
    }

    This should center any content within just that one widget.

    I just re-read your post… what do you mean by “focus”??

    juanpablo

    #20535

    Hola Josh, thanks for your help. I’m very new in this and I don’t know where is the child theme stylesheet. I need to center my picture with the contact form below right at the central part of the side bar (or to center the content of the widgest), by the way, I saw your web site, It’s just what I whant, I hope would reach out your talent some day.

    thanks once more “amigo”

    Anonymous

    #20536

    Muchas Gracias, amigo!!

    Well, check out this quick thread on creating a child theme:

    https://forum.graphene-theme.com/graphene-support/how-to-modify-the-theme-using-a-child-theme

    Once you have your child theme created, you can simply paste the code above into your child theme style.css file.

    Also, you could just paste the code from above into your custom css option in your graphene options admin menu.

    But I STRONGLY suggest setting up a child theme anyways.

    Post back and let me know how you do.

    Anonymous

    #20537

    Muchas Gracias, amigo!!

    Well, check out this quick thread on creating a child theme:

    https://forum.graphene-theme.com/graphene-support/how-to-modify-the-theme-using-a-child-theme

    Once you have your child theme created, you can simply paste the code above into your child theme style.css file.

    Also, you could just paste the code from above into your custom css option in your graphene options admin menu.

    But I STRONGLY suggest setting up a child theme anyways.

    Post back and let me know how you do.

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

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