• hello,

    I want to adjust the width of 3 images(factory show, customize case, and cooperate partner) to fit the screen size, how can I achieve that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Yes, You can adjust it through image builder blocks custom design styles.

    or

    You can create custom CSS class for each image section and adjust width like below,

    Examples:

    .factory-show img { width: 300px; }
    .customize-case img { width: 200px; }
    .corperate-partner img {width: 150px; }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘image width’ is closed to new replies.