Publish Buttons on Mobile

This topic contains 4 replies, has 4 voices, and was last updated by  John Allsopp 9 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #10237

    jltrinka
    Free User
    Post count: 183

    Any way to fix the buttons being all mashed up on mobile? See attached. http://www.bmvapes.com

    #10243

    Simone
    Expired Member
    Post count: 3515

    Hello, your WP login details please?

    #10251

    jltrinka
    Free User
    Post count: 183
    This reply has been marked as private.
    #10254

    Paolo
    Site Admin
    Post count: 31206

    You can add this to your media queries:

    
    
    .cancle_button {
        clear: both;
        float: right;
    }

    Let us know,

    Thx

    #10255

    John Allsopp
    Expired Member
    Post count: 399

    I haven’t had chance to play with GDF yet, but it looks like you could add something like this in your child theme’s style.css

    
    
    @media only screen and (max-width: 480px) {
         .geodir_publish_button,
         .geodir_goback,
         .cancle_button {
              float:none;
              margin: 20px 5%;
              width: 90%;
         }
    }
Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket