Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #51477
    Ronel
    Member

    Hello Sakin

    I’ve formatted some links to look like buttons, which works great until I go on my mobile. The responsive part of the theme kicks in and reformats the buttons – which is good except I can’t find where the responsive css for buttons is stored so I can’t copy it for my fake buttons. (I looked in the file responsive.css but only saw a change in text size, whereas the buttons padding and shape are changing too).

    Please can you point me to where the relevant css is to be found?

    Thanks,
    Ronel

    #51565
    Sakin
    Keymaster

    @Ronel: Sorry can you post in your site URL and let me know which buttons are you talking about. Then I can show you the css.

    #51614
    Ronel
    Member

    @Sakin:

    My website is Novel Natter

    “Real” buttons are the submit button in my subscription form (see sidebar widget) and the post comments button on single pages. These buttons change shape in responsive mode.

    “Fake” buttons are the read more and comment buttons. I’d like these to also change shape in responsive mode

    #51687
    Sakin
    Keymaster

    @Ronel: From which browser in mobile you are checking in . Are you checking in Safari. Sorry it cannot be done simply with css as it’s default for input type submit in mobile devices.

    but you can remove that for original bottom by adding in the following css:

    input[type=submit] {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
    }
    #51777
    Ronel
    Member

    Yes, it was safari. Thanks, that worked.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive format of buttons’ is closed to new replies.