To insert code use <code>...</code>.
Drop Down picture and button question - Usage
  • When I have inserted a left justified button, and later add another button to the right of the fist one, the added button is positioned below the first one. The fix is to erase all the buttons and redo them, but that can take a while. The same is true for adding images to the right of an image already present on a page.

    See blue button example at the bottom of this page: http://rotaryclubofcoatesville.org

    Is there an easy fix?

    thank you
  • 3 Comments sorted by
  • Hi

    Switch to html mode in that page and change the last button code to this.


    <div style="margin-top:-20px;"><a rel="nofollow" class="theme_button medium gray full alignleft" style="background-color:#3c5173" href="http://rotaryclubofcoatesville.org/members/ " id="button_home"><span style="color:#f8f8f8;">Members LogIn</span></a></div>


    remove the space between members/ and the "

    Best regards,
    Striking Team
    Paul
  • I tried the above code, including removing the space and it did not work. Then I copied my button code out of WP and into a text doc, removed the spaces between the [/button] and [button] tags, added back in one space between those tags and pasted the code back in. That work well.
  • aplogies chris, i forgot you use the shortcode for the button. i am already so used to html.... brrr....


    <div style="margin-top:-20px;"> [button shortcode] </div>


    Best regards,
    Striking Team
    Paul

This discussion has been closed.
All Discussions