Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    .contact-submit {
     text-align: center;
    }

    Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Phil

    (@owendevelopment)

    Add this to the bottom of your style.css or add the text-align part to the existing custom.css file.

    .contact-submit {
    text-align: center !important;
    }
    Thread Starter dmd54

    (@dmd54)

    Esmi – I have used firebug. I use it constantly but if I can’t figure something out, that’s when I turn to the forum. It’s my understanding that is the point of a forum.

    Andrew and Phil – Thanks!

    I’m sorry but it is really beyond the scope of these forums to deal with general CSS issues. Try a dedicated CSS resource such as https://www.css-discuss.org/ instead.

    Thread Starter dmd54

    (@dmd54)

    I don’t believe it’s out of the scope of the forum. And if it was, nobody would bother helping out. Since all themes use CSS, it’s likely that people will have CSS related issues regarding their themes. Therefore this is the fastest place to get useful information. If it wasn’t I certainly wouldn’t be using WordPress and I’m sure many others as well.

    So what theme are you using? Where did you download it from?

    Thread Starter dmd54

    (@dmd54)

    Downloaded it through the WordPress dashboard.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    What was the theme originally before it was modified? Macrodiver is not a theme from the WordPress Theme repository here.

    I think it was Responsive but it’s hard to tell. The it looks like the modifications were implemented via search and replace.

    I’m asking because it’s often easier to support theme’s that we have access to prior to any changes being made.

    Thread Starter dmd54

    (@dmd54)

    Yes, it was originally the Responsive theme.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘move that button’ is closed to new replies.