Home › Forums › Support › FAQ with toggles This topic has 12 replies, 2 voices, and was last updated 6 years, 10 months ago by Tom. Viewing 13 posts - 1 through 13 (of 13 total) Author Posts November 11, 2016 at 1:18 pm #243613 Farokh Hi, how can I make FAQs with toggles? November 11, 2016 at 3:00 pm #243636 TomLead Developer Lead Developer This plugin might help: https://en-ca.wordpress.org/plugins/jquery-collapse-o-matic/ November 15, 2016 at 9:09 am #244568 Farokh Thanks, it’s great, but can you help with some short css to move the BUTTONS to the right side of the page (RTL)? .my_button { background: #00A5F2; color: white; padding: 5px; width: 130px; text-align: right; } November 15, 2016 at 9:25 am #244577 TomLead Developer Lead Developer float:right might be what you’re looking for. You can place your content in columns: https://wordpress.org/plugins/lightweight-grid-columns/ November 15, 2016 at 9:33 am #244579 Farokh float: right makes buttons stand in a line one after another (on the right side of the page of course), but I need them to stand vertically one above each other (on the right side) November 15, 2016 at 9:43 am #244584 TomLead Developer Lead Developer Then using columns might be your best bet. Otherwise you’ll need to place your buttons inside a div which is floating to the right: <div style="float:right"> buttons in here </div> November 15, 2016 at 9:52 am #244585 Farokh Like this!? Cuz its not working .my_button { background: #00A5F2; color: white; padding: 5px; width: 130px; text-align: right; } .my_button.colomat-hover{ background: #999; text-decoration: none; } .my_content{ margin-left: 0; text-align: right; } November 15, 2016 at 12:34 pm #244613 Farokh How Can I use coloumns? November 15, 2016 at 11:05 pm #244692 TomLead Developer Lead Developer By using a plugin like this: https://wordpress.org/plugins/lightweight-grid-columns/ Your CSS depends on the HTML structure. I’m assuming you need float:right instead of text-align:right; November 16, 2016 at 11:56 pm #245056 Farokh Hi, Tom Lightweight Grid Columns is Great! But, how can I have the content in the columns float right (rtl) using simple CSS? November 17, 2016 at 12:17 am #245065 TomLead Developer Lead Developer You could try this: .inside-grid-column { text-align: right; } November 17, 2016 at 12:28 am #245066 Farokh Thanks, worked perfect How can I learn more about working with CSS in general? Any suggestions? November 17, 2016 at 8:46 am #245191 TomLead Developer Lead Developer Just general practice. Codecademy is also a good learning resource. Author Posts Viewing 13 posts - 1 through 13 (of 13 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In