• Resolved sjo007

    (@sjo007)


    Hi Baden,

    I am back again. I am trying to to have the following:

    Print Icon Print Text | Site Map link

    I have re read the documentation a number of times and I have am having difficulty getting the Print Text to appear after the icon. Also when I insert the I and the text Site Map linked to an html site map – the wording appears on the next line down and not on the same line as the print icon and text.

    How do I achieve the Text Print after the icon and to follow this with text on the same line ?

    Thanks for any advice you can give.

    Best regards,

    Stephen

    https://www.ads-software.com/plugins/print-o-matic/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sjo007

    (@sjo007)

    Hi Baden,

    I have the icon and the text Print in line as per your documentation.

    I am just working on getting the remaining text in line with the print icon and text. This is a CSS issue on the use of shortcodes followed by text I think but if and when I crack it I will post the solution here for those that follow.

    Best regards,

    Stephen

    Plugin Author Baden

    (@baden03)

    it’s a simple CSS issue. post a link to your page, as well as an example of the shortcode, html, and css you are using to generate the:
    Print Icon Print Text | Link
    And we’ll try and get you pointed in the right direction.

    Thread Starter sjo007

    (@sjo007)

    Hi Baden,

    Thanks for the help. I got there in the end and for others user I reproduce what worked for me:

    /* Print Icon */
    .pom-small-black {
    background-image: (url)print-icon-small-black.png;
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
    }
    .printomatic{
    float: left;
    }
    .printomatictext {
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    }
    div
    {clear:none !important;}
    .printomatictext {
    margin-top: 0px !important;}

    I have also bought a premium copy of the plug in !

    Best regards,

    Stephen

    Plugin Author Baden

    (@baden03)

    Great! Glad you got it working!
    Issue marked as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Print Text’ is closed to new replies.