This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #130928
     marcogovoni
    Participant

    I want to reduce space ONLY ON MOBILE between title row, text, and image (see picture). See on http://marcogovoni.it (on desktop it’s ok, on iPhone see attachment)

    thank you!

    Attachments:
    You must be logged in to view attached files.
    #131034
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    @media(max-width:760px){
        
        article .article-content .container-wrap:first-child {
            padding-top: 0 !important;
        }
    
        article .article-content .container-wrap:first-child .column_container .wpb_wrapper .vc_row:first-child {
            margin-bottom: 0 !important;
        }
    
    }
    

    Cheers

    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?