• Resolved jfkirkpatrick

    (@jfkirkpatrick)


    I have 4 Buttons working on http://www.ccscadmin.com that are vertical. How do I make these buttons horizontal with spacing across the page?
    Thanks
    John
    PS: I love your plug-in, it was so easy to install and setup.

    <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #111212; color: #ffffff;" href="http://www.ccscadmin.com/gallery/nggallery/bellaromain/desert-paintings?/gallery" data-fasc-style="background-color:#111212;color:#ffffff;">Desert Paintings</a>
    <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/portraits?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Portraits</a>
    <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/Other-paintings?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Other Paintings</a>
    <a class="fasc-button fasc-size-large fasc-type-flat fasc-rounded-medium" style="background-color: #131414; color: #ffffff;" href="./gallery/nggallery/bellaromain/miscellaneous?/gallery" data-fasc-style="background-color:#131414;color:#ffffff;">Miscellaneous</a>

    https://ww.wp.xz.cn/plugins/forget-about-shortcode-buttons/

Viewing 1 replies (of 1 total)
  • Plugin Author Ross Morsali

    (@designsandcode)

    They should be horizontal already – unless your theme is adding styles to <a>

    Try to add:

    .fasc-button
    {
       display:inline-block !important;
    }

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Button Alignment’ is closed to new replies.