Inserting buttons on posts

Home Forums Jevelin Theme Inserting buttons on posts

Home Forums Jevelin Theme Inserting buttons on posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • gusrazzetti
    Participant

    Hi there,
    I added a button on one my posts/ projects and its width is 100%. How can I control it to keep it to a regular width without having to specify px?

    I tried to use the ON/ OFF 100% Button function (see image attached) but it’s not changing anything.

    Cheers,
    Gustavo

    Attachments:
    You must be logged in to view attached files.

    HI Gustavo,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to reduce its width?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-button-container {
        display: inline-block;
    }

    gusrazzetti
    Participant

    Perfect, this works 🙂

    Thanks so much

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)