• Closed
  • EMH
    Spectator
    September 9, 2016 at 10:25 am #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
    September 10, 2016 at 5:24 am #30213

    Hi,

    Please post your URL that shows your content boxes shortcode.

    Thank you

    EMH
    Spectator
    Posts: 36
    September 10, 2016 at 2:40 pm #30219
    This reply has been marked as private.
    Denzel Chia
    Moderator
    Posts: 2656
    September 12, 2016 at 6:37 am #30230

    Hi,

    Please use the following in Theme Options -> Custom CSS

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

    Thank you.