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

    Hi,

    I would like to make a centred color section on 50% width (this seems to be the only way to make an image stretched dynamically with the 50% text box above). I tried following this instruction: https://kriesi.at/support/topic/color-section-size-help/ but this does not work somehow, the whole color section dissapears.

    Thanks for your help!!

    #421578

    Hey marijnmees!

    You could try giving the color section an ID and then add this to your custom CSS.

    #customID { max-width: 50% !important; margin: 0px auto !important; }
    

    Cheers!
    Elliott

    #448361

    Hi Elliot,

    In reply to an old issue I finally tried to address. The code works, but one thing: how to center the color section. It is now aligned left.

    Thanks

    #448368

    Hi!

    Can you please post the link to your page where we can see left aligned color section element?

    Best regards,
    Yigit

    #448371

    Hi,

    That’s quick! here it is: http://www.meesvisser.com/office/

    thanks.

    M.

    #448379

    Hi!

    Please add following code to Quick CSS as well

    #officeimage { margin-left: 5% !important; }

    Regards,
    Yigit

    #448382

    great, works fine! thanks.

    #448386

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues and have a great weekend! :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘custom width color section’ is closed to new replies.