• Resolved JenKM1216

    (@jenkm1216)


    I apologize if this has been addressed. I tried to go through everything, but there are a lot of posts! First, thank you so much for this plugin. It alleviates a lot of coding headache for me.

    As the title suggests, I wish to remove the indention when you click to show more. I’d like it to line up with the text above rather than being offset. Any help you can provide would be much appreciated.

    http://wordpress.org/extend/plugins/jquery-collapse-o-matic/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Baden

    (@baden03)

    A link to your page would help us help you.
    Are you using an arrow, or the noarrow class for the trigger text?
    Do you want to remove the indent to the target, or the indent on trigger text that wraps to more than one line?

    Either way, it’s an easy fix… just send a link and we’ll get you squared away.

    Thread Starter JenKM1216

    (@jenkm1216)

    Thank you so much for such a quick response. This is my first time really working with WordPress. I’ve only ever built sites from the bottom up. I figured this was an easy fix, which would explain why I overlooked it. Always, right?

    I am using an arrow with swaptitle. I have a table set up for a schedule, and I’d like the table that displays when you click on the arrow to line up with the table not included in the expand code. Basically, I’d like it to show up like I simply built another table under the first.

    I feel like I might not have made sense there. Just came off a night shift, so please forgive me. The page this is on has not yet been published, so I copied my code onto a current page so you can see what I’m doing.

    http://blountpressrow.com/contact/

    Thank you so much!

    Plugin Author Baden

    (@baden03)

    You, sir, are welcome. Now, what you need to do is Insert the following into your theme’s style.css file:

    .collapseomatic_content {
    margin-left: 0px !important;
    }

    and… BAM, you removed the indent.

    Do let us know if that works for you.

    Plugin Author Baden

    (@baden03)

    just a quick ping to see if you are still following this thread. If we don’t hear back in the next days we will consider this issue resolved.

    Thread Starter JenKM1216

    (@jenkm1216)

    Sorry, I ended up with the flu, and I’m just moving again. I hadn’t given this a thought until I got email notification of your comment.

    It took me a while to figure out why I couldn’t get the coding you provided to work. Then I realized my brain must have been addled by the flu and put it in the right category on my CSS page. It works like a charm. Thank you so much for your help! I really appreciate it.

    Plugin Author Baden

    (@baden03)

    Excellent. Glad everything worked out for you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Indent’ is closed to new replies.