test melih
 melih
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #967529

    Hi
    Your next career move?
    Is a CTA Style 3 module and the height of the module is depends on the content inside it directly .
    On the other hand on your site its Hero style module. the height of the image is used by background size that is 100% of the image .
    If you want to add max height , you can use a module suffix in the module and define the suffix class in custom.css file .
    For example : csheight is suffix
    you added in custom.css

    .csheight{max-height:600px;}

    Or apply it directly using module id

    #section-175 .full-screen {max-height:600px;}
    hdwillis Friend
    #967542

    Thanks for the reply. Editing with the module id number (#section-175 .full-screen {max-height:600px;}) did the trick for me. I used a smaller image but the ACM tool just stretched it out and made it the default height.

    Pankaj Sharma Moderator
    #967550

    The is padding of content and module that also make it large display.
    Glad it works for you .

    hdwillis Friend
    #967554

    How do I mark this question as solved?

    Pankaj Sharma Moderator
    #967557

    I marked it closed and solved 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

The topic ‘Change Height of Module’ is closed to new replies.