Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @goncalonunogarcia,

    I hope you are doing well.

    I have checked your screenshot. But we don’t have any option for this button. It would be appreciable if you could explain a little more about how you achieved this so that I can understand it more closely and get back to you with a suitable solution soon.

    Thank you!

    Thread Starter goncalonunogarcia

    (@goncalonunogarcia)

    The screenshot is just photoshop

    thanks

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi @goncalonunogarcia ,
    Hope you are doing well.

    I have checked the query and the screenshot that you shared and created using photoshop. Actually, we don’t have such a + button in our BetterDocs docs page. You can check our BetterDocs website as a reference: https://betterdocs.co/docs/wordpress/

    Please let me know if you need further assistance or have queries.
    Thank you.

    Thread Starter goncalonunogarcia

    (@goncalonunogarcia)

    Thanks

    Is there way to align it to the right?

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @goncalonunogarcia ,

    Do you want to right align the Explore More button? If so, you can add this CSS on your stylesheet to get this done:

    .docs-item-container ul {
        text-align: left;
    }
    
    .docs-item-container {
        text-align: right;
    }

    NOTE: You can simply add Custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘More button position’ is closed to new replies.