Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • harmonyhill Friend
    #191352

    Hi

    How do I remove the spaces shown on the front page of my Ja Beranis site?

    http://peekaboointeractive.com/

    Thanks


    1. Capture_s
    Ninja Lead Moderator
    #508860

    This way will help you to remove it

    Open templates/ja_beranis/css/template.css file

    From

    .t3-copyright .container {
    border-bottom: 10px solid #000;
    }

    Change to


    .t3-copyright .container {
    border-bottom: 0px solid #000;
    }

    harmonyhill Friend
    #509754

    Hi

    That worked great thanks. How would I get rid of or remove the remaining white space on the website.

    http://peekaboointeractive.com/

    Thank you

    Best wishes
    Michael


    1. Whitespace
    Saguaros Moderator
    #509838

    Hi Michael,

    That’s space belongs to the main body block, there are 2 ways that you can use to remove/hide it:

    1. Create a new ‘custom.css‘ file in folder: /templates/ja_template_name/css and add this css rule:


    .home body .t3-mainbody {
    display: none;
    }

    2. Another way is that you can open layout which is assigned to the home page, as in our demo site, it’s file: templatesja_beranistplshome-style-2.php and remove the main body block

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum