Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1224812

    Hi,

    I’m fairly new to enfold and having a hard time in the following:
    – how to align a column to the bottom +10px of a color section?

    In my home page (www.hoekenblok.IT) the column in the color section is centered, being pushed down by the element above. In case a user has a larger screen, the 4 columns are centered instead of being pushed down to the bottom of the full screen color section.

    Any suggestions?
    thanks!

    Steven

    #1225817

    Hey stevenverkaart,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1225842

    Hi Victoria,

    Please find attached the screenshot, the high lighted area should be positioned at the bottom of the color section.

    Regards,
    SteveScreenshot

    #1225928

    Hi Steve,

    Thank you.

    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:1024px) {
        #av_section_1 .av_one_fourth {
            margin-top: 20vh;
        }
        #av_section_1.avia-section.av-minimum-height .container .content {
            vertical-align: bottom;
            margin-bottom: 0;
            padding-bottom: 20px;
    
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1226341

    Hi Victoria,

    It works perfectly! many thanks

    Steven

    #1226517

    Hi stevenverkaart,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1226522

    Hi Victoria,

    Almost there I’m afraid :(

    We need this css code to only work on this specific / home page. It unfortunately also pulls down elements in other color sections on other pages.

    Can you inspect the live home page in how we tried to solve this issue?

    Kind regards,
    Steven

    #1226566

    Hi,

    Sure, here is the code:

    
    @media only screen and (min-width:1024px) {
        #top.page-id-4674 #av_section_1 .av_one_fourth {
            margin-top: 20vh;
        }
        #top.page-id-4674 #av_section_1.avia-section.av-minimum-height .container .content {
            vertical-align: bottom;
            margin-bottom: 0;
            padding-bottom: 20px;
    
        }
    }
    

    Best regards,
    Victoria

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