CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • White Space In Navigation Bar On Contribution Pages
Pages: [1]

Author Topic: White Space In Navigation Bar On Contribution Pages  (Read 1407 times)

acgarcia21

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.07
  • CMS version: drupal 7
  • MySQL version: 5
  • PHP version: 5
White Space In Navigation Bar On Contribution Pages
November 03, 2011, 01:01:58 am
Hi. My wife and I are building a charity site. I installed CiviCrm which allows the charity to accept donations.
Something in that install is adding extra whitespace to my navigation bar.

Website front page  - navigation bar is normal
Website front page + contribute/transact?reset=1&id=3# - navigation bar has extra white space

I am wondering if anyone could give a tip to what I can do in the configuration or in the underlying code (CSS,etc) to remove this white space.

Drupal 7
Drupalgardens
CiviCrm 4.08

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: White Space In Navigation Bar On Contribution Pages
November 03, 2011, 06:08:00 am
It depends on your theme. What theme are you using? Truth is that I don't think I could determine what the problem is without seeing the site. Can you post the URL?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

acgarcia21

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.07
  • CMS version: drupal 7
  • MySQL version: 5
  • PHP version: 5
Re: White Space In Navigation Bar On Contribution Pages
November 04, 2011, 01:52:18 am
SOLVED!

A friend of mine helped me pinpoint the overriding CSS using Firefox and Firebug.

The culprit was this file:
Url myssite/sites/all/modules/civicrm/packages/jquery/plugins/DataTables-1.7.6/media/css/demo_table_jui.css

I changed
.top, .bottom {
   padding: 15px;
   background-color: #F5F5F5;
   border: 1px solid #CCCCCC;
}
to this
.top, .bottom {
   padding: 0px;
   background-color: #F5F5F5;
   border: 1px solid #CCCCCC;
}

After refreshing my browser cache, the problem went away!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • White Space In Navigation Bar On Contribution Pages

This forum was archived on 2017-11-26.