• Resolved bradelin

    (@bradelin)


    Hi,

    Id like to move the read more button in the sidebar to its own line and float right, what file can I edit to achieve this?

    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    you can use this CSS style:

    span.pis-more {
    	display: block;
    	margin-top: 1em;
    	text-align: right;
    }

    You can add this block of code in the widget admin of Posts in Sidebar, panel Styles > Custom styles. There is a text box – paste the code there. Save the widget and test the results.

    Instead of that place, you can add this code in your current theme style.css file, but it will be overwritten in the next update of the theme. Another place to paste that code is the child theme’s (if you use it) style.css file.

    Let me know, please.

    • This reply was modified 3 years, 10 months ago by Aldo Latino.
    Thread Starter bradelin

    (@bradelin)

    Thank you very much for the quick response it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change layout’ is closed to new replies.