Okay
  Public Ticket #1412724
Homepage Mobile layout
Closed

Comments

  • GheryG started the conversation

    Hi, with “wedding 02” version of Lovus Theme there is a bug in mobile version onto homepage : the theme cut off the family name of the second person.

    There’s a way to move up the written of the First persona so i can see the full name of 2nd ?

    Thank you 

  •  2,005
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    #menu-btn.btn-margin{
        margin-right: 60px;
    }
    @media only screen and (max-width: 600px){
        .center-y .wpb_single_image img{
            width: 200px
        }
        h2.name span{
            display: inline-block;
            margin-left: 10px;
            font-size: 50px;
        }
    }