Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1266688

    Hi there,
    could you please help me with an issue on my phone display?
    I need a css for responsive design
    the page is called welcome
    I put the link below
    pls put the first section text in 2 columns, one left align ,one righ talign, pls bring the 2second section description text than upwards, keep 1 cm distance between the upper text.
    i sent you the imgur link below

    View post on imgur.com

    #1267900

    Hey,

    Thanks for contacting us and sorry for the late reply!

    I edited your page and duplicated your columns to better control mobile layout and added following code to bottom of Quick CSS field

    @media only screen and (max-width: 768px) {
    .responsive .only-mob { display: block; }
    .responsive .only-mob:nth-child(3) {
        display: flex;
        justify-content: space-between;
    }
    .only-desk { display: none; }
    }
    .only-mob { display: none; } 

    Please review your website :)

    Best regards,
    Yigit

    #1267921

    thanks very much,
    Victoria already made it look very fine,
    but anyway thanks a lot

    best regards
    lets close this thread
    barabasone

    #1267982

    Hi barabasone,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘text alignment on mobile display’ is closed to new replies.