Topic Resolution: Resolved
  • Closed
  • Larkoll teamet
    Spectator
    April 8, 2015 at 1:18 pm #16206

    Get a loot of white space i bottom of my site. http://larkolluka.no The last code can you see under. Is something with the contentbox that do this? W

    [fullwidth backgroundcolor="#ffffff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="60px" paddingBottom="0px"]
    [one_third last="no"]
    [content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
    [content_box title="Program" icon="fa-book" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="left" animation_speed="1"]Årets program er under planlegging. Følg med på vår hjemmeside for løpende detaljer.[/content_box]

    <center>

    Les mer</center>[/content_boxes][/one_third]

    [one_third last="no"][content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
    [content_box title="Resultater" icon="fa-trophy" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="down" animation_speed="1"]Her finner du resultater fra de forskjellige konkurransene.
    Hvilken plassering fikk du?[/content_box]

    <center>

    Les mer</center>[/content_boxes][/one_third]

    [one_third last="yes"][content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
    [content_box title="Bilder/Video" icon="fa-camera" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="right" animation_speed="1"]Her samler vi både bilder og video. Kanskje du ser deg selv eller noen du kjenner?[/content_box]

    <center>

    Les mer</center>[/content_boxes][/one_third][/fullwidth]

    Roman
    Spectator
    Posts: 3147
    April 8, 2015 at 5:58 pm #16216

    try to use the code without columns shortcode and add columns=”3″ in the content_boxes shortcode, so it will look like:

    [fullwidth backgroundcolor="#ffffff" backgroundimage="" backgroundrepeat="no-repeat" backgroundposition="left top" backgroundattachment="scroll" bordersize="0px" bordercolor="" paddingTop="60px" paddingBottom="0px"]

    [content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff" columns="3"]
    [content_box title="Program" icon="fa-book" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="left" animation_speed="1"]Årets program er under planlegging. Følg med på vår hjemmeside for løpende detaljer.[/content_box]

    <center>

    Les mer</center>[/content_boxes]

    [content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
    [content_box title="Resultater" icon="fa-trophy" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="down" animation_speed="1"]Her finner du resultater fra de forskjellige konkurransene.
    Hvilken plassering fikk du?[/content_box]

    <center>

    Les mer</center>[/content_boxes]

    [content_boxes layout="icon-on-top" iconcolor="#575757" circlecolor="#cae800" circlebordercolor="#575757" backgroundcolor="#ffffff"]
    [content_box title="Bilder/Video" icon="fa-camera" image="" image_width="35" image_height="35" link="#" linktarget="_self" linktext="" animation_type="slide" animation_direction="right" animation_speed="1"]Her samler vi både bilder og video. Kanskje du ser deg selv eller noen du kjenner?[/content_box]

    <center>

    Les mer</center>[/content_boxes][/fullwidth]

    Larkoll teamet
    Spectator
    Posts: 25
    April 10, 2015 at 5:47 pm #16284

    Same with this code also. If I remove the hole Content box part, the space is normal. Some other solution? I can live with it, just cosmetic fix.

    Roman
    Spectator
    Posts: 3147
    April 11, 2015 at 8:41 am #16297

    Custom CSS:

    .t4p-content-boxes {
    margin-bottom: 0px;
    }

    Larkoll teamet
    Spectator
    Posts: 25
    April 11, 2015 at 9:35 pm #16320

    Thanks 🙂