• Closed
  • EMH
    Spectator
    09.09.2016 at 10:25 #30208

    I’m sure this is *really* simple but I’m stumped! I’m just trying to center the button in my homepage content boxes, generated by the shortcode. Have tried a million things in css but it’s not shifting!
    Any ideas?

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    10.09.2016 at 05:24 #30213

    Hi,

    Please post your URL that shows your content boxes shortcode.

    Thank you

    EMH
    Spectator
    Posts: 36
    10.09.2016 at 14:40 #30219
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2016 at 06:37 #30230

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home span.more {
    margin: 20px auto 0 !important;
    width: 100px !important;
    }

    Thank you.