Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1046308

    Hello,

    I am preparing a landing para for Adwords, but I have a problem with the margins in the top of the page.

    In the desktop is ok, but in mobile you can see there is a white space over and under the text with the text of contact info+logo

    Is it possible to reduce that? thank you, Carmen

    #1046478

    Hey carmen,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px) {
       .page-id-3934 #av_section_1 .content {
            padding-top: 10px;
            padding-bottom: 0px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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