Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #997148

    Hi

    i want to align two 1/2 boxes at the bottom. At the moment they are align on the top. Can i do this?

    Please see the scrennshot

    View post on imgur.com

    #997287

    Hey dezomat2,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #997477

    Hi

    please see the links below

    Best regards
    dezi

    #997566

    Hi dezi,

    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 (min-width:1200px){
        body.page-id-734  .container_wrap .avia-builder-el-first.avia-builder-el-1  {
            margin-top: 4.5%;
        }
    }
    @media only screen and (min-width:1024px) and (max-width: 1199px) {
        body.page-id-734  .container_wrap .avia-builder-el-first.avia-builder-el-1  {
            margin-top: 7.5%;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997780

    Hi Victoria

    thank you very much. i just noticed that i need to adjust the width of the container and then the height does not fit. Do you know what i need to change if i but the width to e.g. 1250px ?

    #998031

    Hi dezomat2,

    Like the container globally for the whole website?

    Best regards,
    Victoria

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