Mobile comments box names are out of order

Discussion in 'ButterBelly WordPress Theme' started by katmarloucai, May 20, 2015.

  1. katmarloucai

    katmarloucai New Member

    Joined:
    Apr 11, 2015
    Messages:
    4
    Likes Received:
    0
    Hi,

    The mobile theme comments box titles are not in order - please see screenshot. As you can see the "name" title should be above, and the email above and so on. This is causing people to not be able to log comments on a mobile device - unless they see that it is in the wrong order, which I guess people won't.

    Any help would be very much appreciated to fix this asap. Desktop is fine.

    Thank you! unnamed.png

    Katy
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please provide your site URL.
     
  3. katmarloucai

    katmarloucai New Member

    Joined:
    Apr 11, 2015
    Messages:
    4
    Likes Received:
    0
    Hi Sameer,

    davinawilbymosaics.com


    Thanks
     
  4. katmarloucai

    katmarloucai New Member

    Joined:
    Apr 11, 2015
    Messages:
    4
    Likes Received:
    0
    Any help would be very much appreicated with this asap. Please :)
    Many thanks

    Katy
     
  5. sameerwalkar

    sameerwalkar Guest

    Hello,

    Thanks for sharing the details.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    #respond label {
      margin-left: 0px;
      position: absolute;
      top: -37px;
      width: 150px;
      left: 0;
      }
     
      .clearfix {
      position: relative;
        padding: 2px;
      margin-top: 26px !important;
    }
    
    Hope it will solve your query.
     
  6. sameerwalkar

    sameerwalkar Guest

    Hello Katy,

    Kindly ignore the previously given code apply this one as I forgot to apply @media code:

    Code:
     
    @media only screen and (max-width: 480px){
    #respond label {
      margin-left: 0px;
      position: absolute;
      top: -37px;
      width: 150px;
      left: 0;
      }
      
      .clearfix {
      position: relative;
        padding: 2px;
      margin-top: 26px !important;
    }
    }
    Sorry for the inconvenience caused.
     

Share This Page