Putting text in bar just above footer.

  • chirojstaub

    #9722

    Hello,

    I want to put a line of text in the white bar just above my footer area. http://www.precisionorl.com

    I’m currently using Graphene Before Footer widget with the following custom CSS code:

    #black-studio-tinymce-23 {
    position: absolute;
    z-index: 1;
    margin-top: -9px !important;
    margin-left: 350px !important;
    }

    It worked in the previous Grapheme version but I cannot get it to work in this latest update.

    Thanks,

    John

    Skivey

    #44009

    have you added the new short codes plugin?

    check the blue bar at the top of the forum

    chirojstaub

    #44010

    I installed the Graphene Shortcodes plugin. Thank you for that help.

    And I still have the issue of the text not being on the bar just above the footer area.

    Mod

    Kenneth John Odle

    #44011

    Moved to Support. Please post in the correct section next time.

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard. I have fixed this for you.

    Mod

    Kenneth John Odle

    #44012
    Quote:
    It worked in the previous Grapheme version but I cannot get it to work in this latest update.

    There is no #black-studio-tinymce-23 ID in the default Graphene style sheet, so either this was an edit you made to a theme file (and was thus overwritten during a theme update) or it came from a plugin that you are no longer using.

    Anonymous

    #44013

    Hy,

    Change the ID of widget, you need something like this:

    #black-studio-tinymce-2 {
    position: absolute;
    z-index: 1;
    margin-top: 0px !important;
    margin-left: 180px !important;
    }

    chirojstaub

    #44014

    Thank you very much!

    That resolved my issue.

    John

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

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