• Resolved xavimartinezr

    (@xavimartinezr)


    Hello,

    When I want to center the “vote” button, it goes full width. I would like to center it but having it smaller, the same size as when I put it on the left and the right.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear xavimartinezr.

    You can choose from the option how to show the vote button on our poll. There are 3 types (Left, Right and Full Width). Now, in poll you have selected the “Full Width” type. Please, change it from options.

    Thank you.

    Thread Starter xavimartinezr

    (@xavimartinezr)

    Hello,

    Yes, but I want the button on the center, not on the left or the right side. Is it possible?

    Thanks.

    Plugin Author totalsoft

    (@totalsoft)

    Dear xavimartinezr.

    To solve this problem, edit the file Total-Soft-Poll-Widget.php. On the 1939 line find this code:

    color: <? php echo $ Total_Soft_Poll_Theme [0] -> TotalSoft_Poll_5_VB_C;?>! important;
    padding: 3px 10px! important;
    text-transform: none! important;
    line-height: 1! important;
    cursor: pointer;

    after this code add this one:

    left: calc (50% – 46px);
    position: relative;
    float: none;

    Thank you.

    Thread Starter xavimartinezr

    (@xavimartinezr)

    Hello,

    Sorry, but I did it, and nothing changes…

    How can I fix it?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centered button smaller’ is closed to new replies.