ThemeShaper Forums » ThemeShaper WordPress Themes

[closed]

Buttons spaced inline; bordering on insanity

(5 posts)
  • Started 11 years ago by rawtwig
  • Latest reply from helgatheviking
  • This topic is not resolved
  1. rawtwig
    Member

    Hi, I am new to wordpress and css. I have asked at 5 other sites for help over a span of 10 days but no-one seems to reply.
    So here i am trying this one.

    My prob is in my site..rawtwig dot com
    problem page....Poetry eBook...There are 2 links that need to sit under books.
    I have the left one in the right place but i cant get the right one to sit under its book. I have tried space baring across but it gets to a certain point then drops the link down a line.

    Can someone PLEASE look and give me the code to fix this...Its driving me nuts.

    PS; as i said im very new to this so step for step instructions please.

    Posted 11 years ago #
  2. not sure what led you to seek support here (being that you are using a Woo theme and your question isn't even theme related). BUT, you need to wrap the image in some kind of container, or the button has no idea where it is supposed to go. switch over to html view and wrap your image in a div

    <div class="alignright">
    <img src="your image here"/>
    <img src="your button image" />
    </div>

    you could probably also use the caption shortcode to create that container, maybe. in the regular visual editor wrap [caption][/caption] around your 2 images.

    Posted 11 years ago #
  3. rawtwig
    Member

    I'm sorry if im in the wrong place but as i said; posted question in wordpress sites but no response after 5 days. It is driving me nuts not being able to fix it or should i say ; not knowing how to fix it. Im not savvy when it comes to coding.

    Thank you for replying and the help. I will give that a try...Do i paste that into the style;css

    Posted 11 years ago #
  4. rawtwig
    Member

    This is the code for my button; i dont seem to have the info needed to use the code you gave me. I tried the caption but then all i got was text no buttons.

    [button size="small" color="light blue" link="http://www.smashwords.com/books/view/67061" window="true"]Click HERE to buy the E-Version[/button]

    Posted 11 years ago #
  5. why would you paste HTML in the style.CSS? no. in my post, i said "switch over to html view"... i guess i should have clarified that you need to be in the wordpress post editor where you inserted the image in the first place.

    Posted 11 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.