Okay
  Public Ticket #1245898
Change section height
Closed

Comments

  • Thanos started the conversation

    Hello, 

    I would like to change the height of <section class="content boxed grid2 noarrow"> in the index page. 


    I tried to do it  my self but I see that height is taken automatically, perhaps a js puts it but I want it to be shorter.


    Please for your help.


    Thanks,

    Thanos.

  •  2,059
    Theme replied

    Hello,

    the height is calculated based on the image and the content height. It is done by the heightfix function inside the js/scripts.js file on line 190.

    What it does is it takes the part that is taller and then matches the other side to it.

    You have two options:

    a) choose the dimensions of the photo or set the amount of content accordingly or

    b) remove the heightfix class inside the html file in order to disable the automatic resizing.

    Thank you

    Best regards,

    themeenergy support