Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #646330

    I used the CSS given in this post https://kriesi.at/support/topic/enfold-buttons-next-to-each-other-within-same-columns/ to make two buttons inline so that they would appear next to each other. However, now they are not centered. How can I have them both inline and centered?

    #646333

    Hi 1039 Online!

    Please provide us a link of your web site, so we can see both code and custom CSS and we will be able to provide
    the proper CSS.

    Thanks a lot

    Regards,
    Basilis

    #646361

    Credentials in private content

    #646368

    Hi,

    We do not see the URL of the site login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • A precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #646399

    Oops. Sorry about that.

    #647279

    Hi,

    we added this code to the Quick CSS section under Enfold > General Styling :

    .buttonsinline {
    	display:flex;
    	align-items: center;
    	justify-content: center;
    }
    
    

    Best regards,
    Vinay

    #647481

    Thanks for fixing that. Case closed :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Buttons inline AND centered?’ is closed to new replies.