Featured Wordpress Themes

Central Box height
  • Dear AIT developers!

    I am trying to make the central box higher. I managed to make it wider, but on smaller screens it is too narrow to, so I want it to be closer to the menu and the lower part closer to the bottom. I could not find it in the CSS files, but then I am not very CSS inclined.

    Thanks, Jan
  • 6 Comments sorted by
  • I realize this is not necessarily a support issue, but I would be grateful if you could point me to the right files and lines.
    http://www.panamadreamtravel.com/hu/travel/two-weekends-dreamtrip/
  • Hi,

    If you want to higher center box you can try this:

    1) Open css / screen.css and edit line 118, where is ".central" class. Edit "padding-top: 30px;" to less value eg. "padding-top: 10px;"

    2) Go to Fullscreen admin - > Appearance Settings - > Center box height (px)
    Set this option to eg. "550" or more

    Patrik
  • Thanks, now it has just moved the box upwards, but did not change the size. If I set the size to px, then either I will have a central box too small or oversize on certain screens. How can I get the auto size to be larger? padding-bottom unfortunately did not work. Jan
  • Hi,

    If you want to change the height in auto mode, so do this:

    Open js / scripts.js and edit the line 883 (this code):
    var centerBoxHeight = winHeight - 230 - $j(".footer").height();
    And change the value "230" to some less value.

    Patrik
  • Thank you very much, the problem is solved.
  • No problem :-)

    I am glad that I helped you.