button was centered

This topic contains 6 replies, has 3 voices, and was last updated by  Abel Romero 6 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #403487

    Abel Romero
    Expired Member
    Post count: 206

    Hello!

    the problem is that the “Create Alliance with Anvima to Win-Win” button is shifted to the right, we think it is because there is a side scroll …

    Before making the CSS changes that you indicated, the button was centered … I hope that helps you.

    https://www.amazon.es/clouddrive/share/C5YWZ2gr5H7Nk87nbzDMobok9pERvHMCqYASKjKrGHr

    Activating private response I give access wordpress

    Thank you very much for your help

    #403607

    Kor
    Moderator
    Post count: 16516

    Hi Abel,

    We don’t really provide support for 3rd party plugins. But here is what you can do to correct the alignment.

    
    
    
    @media only screen and (max-width: 500px) {
    .calendly-badge-widget {
        left:0px!important;
    }
    }
    #403774

    Abel Romero
    Expired Member
    Post count: 206
    This reply has been marked as private.
    #403790

    Kor
    Moderator
    Post count: 16516

    Hi Abel,

    I’ve fixed the extra column and applied the custom CSS code below. How does it look like now?

    
    
    @media only screen and (max-width: 500px) {
      .calendly-badge-widget {   
        right: 30px!important;
      }
    }
    #403806

    Abel Romero
    Expired Member
    Post count: 206
    This reply has been marked as private.
    #403808

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #403810

    Abel Romero
    Expired Member
    Post count: 206

    Thanks for everything and sorry, it was not my intention to abuse, they are the last touches to inaugurate the web.

    Thank you very much Kor

    regards

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket