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

    I would like to decrease the size of the content container in the timeline element. Please let me know how I can decrease the container size (same size across all containers. I text in the title portion of the container.

    #1001766

    Hey bgharper,
    Please try this code in the General Styling > Quick CSS field:

    .av-milestone-contentbox {
        width: 30% !important; 
    }

    The default setting for this is 50%, please try different percentages to achieve your effect.
    If this doesn’t help, please link to your example page so we can fine tune the css to meet your needs.

    Best regards,
    Mike

    #1002033

    Thanks I need to decrease the height not the width

    #1002041

    Hi,
    On my demo install the height of the container is determined by the text, and the height of the section is determined by the icon.
    Please include the url to your page in question so we can take a closer look at your project for context.

    Best regards,
    Mike

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