Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had this issue and it is easily solved by wrapping each short-code in a div as follows:

    <div style=”display:inline-block;”>
    [guitar-chord name=”E” type=”minor” placement=”0,2,2,0,0,0″ fingering=”0,1,2,0,0,0″]
    </div>
    <div style=”display:inline-block;”>
    [guitar-chord name=”A” type=”m” placement=”x,0,2,2,1,0″ fingering=”x,0,2,3,1,0″]
    </div>

    The DIVs should auto-size to the width of the chord chart and will display side-by-side.

    If you are familiar with CSS coding then a better approach would be to assign a class to the DIV and then place your styling in the theme stylesheet.

    Thread Starter deanodley

    (@deanodley)

    OK, got it now. Thanks.

    Thread Starter deanodley

    (@deanodley)

    Sorry – I don’t see what I’m looking for in print-posts.php.
    Where is the code for the print page header? i.e. where do the <meta> tags come from?
    Where are <div class=”center”> and <div id=”Outline”> defined?
    It’s the structure of this page I would like to change.
    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)