Title: Button in mobile version
Last modified: April 10, 2018

---

# Button in mobile version

 *  Resolved [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * (@dilicoarmani)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/)
 * Good afternoon !
 * I previously wrote to spread the page of records in the mobile version, I was
   sent the code, everything turned out perfectly.
 * But now the page turning button stretched to the full screen in the mobile version.
 * How do I make the button normal with the hook that you sent me?
 * The code you sent to me
 *     ```
       .entry-meta {
           display: none;
       }
   
       @media (max-width:767px){
       .col-md-8 { padding-left: 0px; padding-right: 0px; }
       }
       ```
   
 * Button “NEXT”.
 * Thank You !
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-in-mobile-version%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [siniplyrathemes](https://wordpress.org/support/users/siniplyrathemes/)
 * (@siniplyrathemes)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10165384)
 * Good afternoon [@dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * Please try adding this to Additional CSS
 *     ```
       @media (max-width: 560px) {
       	.post-pagination { width: 40%; margin: 0 auto; }
       }
       ```
   
 * If you want bigger or smaller button, adjust `40%` value.
 * Kind regards.
 *  [corewpress](https://wordpress.org/support/users/corewpress/)
 * (@corewpress)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10165404)
 * Hello
 * Hope you are having a great day and thanks for contacting us!
 * Please go to WP Admin > Appearance > Customize > Additional CSS and inside that
   box, add the following code:
 *     ```
       @media (max-width:767px){
       .nav-links {
           width: 50%;
           margin: 0 auto;
       }
       }
       ```
   
 * ​Try it and let me know how it worked.
    Kind regards, Diego
 *  Thread Starter [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * (@dilicoarmani)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10165502)
 * On the PC version, the interval between the buttons became minimal, I need the
   interval to be in the standard value on the PC version.
 * Unfortunately I’m not a programmer, how to correctly insert the code with those
   hooks that I wrote above.
 * Thank you !
 * I now have this code:
 *     ```
       .entry-meta {
           display: none;
       }
   
       @media (max-width:767px){
       .col-md-8 { padding-left: 0px; padding-right: 0px; }
       }
       ```
   
 *  Thread Starter [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * (@dilicoarmani)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10170512)
 * Good afternoon ! Official theme developers can you help?
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10171111)
 * Hi [@dilicoarmani](https://wordpress.org/support/users/dilicoarmani/),
 * ​I apologize for the delay in response.
 * Please go to Appearance → Customize → Additional CSS and add the following css:
 *     ```
       .nav-links div {
           width: 50%;
           padding: 0 15px;
       }
   
       .nav-previous {
           float: left;
       }
   
       .nav-next {
           float: right;
       }
       ```
   
 * Please let me know if it works.
 * Best
 *  Thread Starter [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * (@dilicoarmani)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10171650)
 * This code is optimal ))
 *     ```
       @media (max-width: 560px) {
       	.post-pagination { width: 40%; margin: 0 auto; }
       }
       ```
   
 * Thank You !
    -  This reply was modified 8 years, 1 month ago by [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Button in mobile version’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sirius-lite/1.1/screenshot.jpg)
 * Sirius Lite
 * [Support Threads](https://wordpress.org/support/theme/sirius-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sirius-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sirius-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sirius-lite/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [dilicoarmani](https://wordpress.org/support/users/dilicoarmani/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/button-in-mobile-version/#post-10171650)
 * Status: resolved