Home Forums Pro Themes Personify Pro Homepage Text Margin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #80193
    german ixtla
    Participant

    When i put the title…. “Amador Rodriguez L.”, Home PAge -Introduction Section – First Name and Last Name , and visualice in cellphone mode, the margin is moved and dont let me see correctly.
    And the same thing with the Short Description.
    I think move the margin a little more to the right… so i need to know what file edit.
    The rest of the content is correctly.

    #80224
    wensolutions
    Keymaster

    Hello @jgixtia,

    Can you please post your site URL so that we can provide the precise fix?

    Thank you.

    Regards!!

    #80490
    german ixtla
    Participant

    http://amadorrodriguez.com/
    view on smarhtphone mode

    #80561
    wensolutions
    Keymaster

    Hello @jgixtia,

    Please add below given CSS to resolve the issue in responsive view.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    #hero-section.image-left .entry-description{
    right: -10.5%;
    }
    
    @media screen and (max-width: 550px){
    #hero-section .entry-title {
        left: 45px;
    }
    }
    
    @media screen and (max-width: 550px){
    #hero-section .designation {
        padding-left: 64px;
    }
    }

    Hope this helps.

    Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.