• Hi,

    I have created a website using Sydney Theme. Its a one page website. I have also installed visual composer.

    There is a huge space between my content and the footer. Please helpme to fix this. I am not from a technical background.

    Here is the link of website http://kysrainathon.in/

    Thanks & Regards,
    Vivek Thakker

Viewing 7 replies - 1 through 7 (of 7 total)
  • Go style.css line no 1022
    replace this one:

    .page-wrap {
      clear: both;
      padding: 83px 0 100px !important;
    }

    It looks like the problem is on line 78 in your index.php in your theme’s root folder:

    .page-wrap {
          padding-bottom: 523232px;
    }
    Thread Starter vivekthakker

    (@vivekthakker)

    Dear Ravi Patel.

    I implemented your suggestion. Unfortunately, nothing happened.

    Thread Starter vivekthakker

    (@vivekthakker)

    Dear Ravi Patel.

    I implemented your suggestion. Unfortunately, nothing happened.

    Thread Starter vivekthakker

    (@vivekthakker)

    Dear ntdd..

    I opened index.php file by going to Appearance > Editor > index.php.

    I didnt find

    .page-wrap {
          padding-bottom: 523232px;
    }

    i used CTRL + F to find 523232px.

    I see that you have mentioned that i need to go to root folder. Is this something different then where i went.?

    Please guide.

    Add this line on your child theme style.css

    .page-wrap {
      padding-bottom: 10px !important;
    }
    Thread Starter vivekthakker

    (@vivekthakker)

    Hi, I am not verey well versed with wordpress. Learning it through youtube.

    It will be great if someone from you can help me in getting this resolved on team viewer. you can reach me by my email vivek@kraantibiz.in

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Huge space between content and footer’ is closed to new replies.