Need some help on my site's adjustment.

7 replies
  • WEB DESIGN
  • |
Greetings Warriors!

Please check this screenshot,

This is the site, Review . I am using the eVolution theme of the elegant themes.

I want everything to go upward and just have a little space between the header and the contents.

Your help will be very much appreciated.

Thanks,
G.B.
#adjustment #site
  • Profile picture of the author rhinocl
    There are 3 things that are causing the problem.
    div#breadcrumbs has margins and paddings that can be changed to 0
    But the main problem is this image:
    <img src="http://thesuperchargedagency.com/m.reviews/wp-content/uploads/2012/08/divider-notpurewhitebackground281hayang1.png" style="width: 221px;">
    You need to crop some of it.
    {{ DiscussionBoard.errors[7020514].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by rhinocl View Post

      There are 3 things that are causing the problem.
      div#breadcrumbs has margins and paddings that can be changed to 0
      But the main problem is this image:
      <img src="http://thesuperchargedagency.com/m.reviews/wp-content/uploads/2012/08/divider-notpurewhitebackground281hayang1.png" style="width: 221px;">
      You need to crop some of it.
      Thanks rhinocl,

      That image has only 32 pixels height. I will still crop it as thin as it can be.

      I have been editing the style.css and index.php already.

      If only I can find a way to remove the navigation.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[7020660].message }}
  • Profile picture of the author dwoods
    Open your http://thesuperchargedagency.com/m.r...on-1/style.css file in your favorite editor:

    Step 1:
    on line #159 in the styles for:
    #breadcrumbs, add:
    display: none;

    Code:
    #breadcrumbs {
        display: none !important; /* added to hide nav */
        border-bottom: 1px solid #F1F1F1;
        color: #2B2B2B;
        display: none;
        font-family: Georgia,serif;
        font-style: italic;
        padding: 10px 0 21px;
    }
    Step 2:
    Add the following two styles in the same file:

    Code:
    #formHolder {
    margin-top: -35px;
    }
    
    #main_title {
         display: none;
    }
    {{ DiscussionBoard.errors[7020727].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by dwoods View Post

      Open your http://thesuperchargedagency.com/m.r...on-1/style.css file in your favorite editor:

      Step 1:
      on line #159 in the styles for:
      #breadcrumbs, add:
      display: none;

      Code:
      #breadcrumbs {
          display: none !important; /* added to hide nav */
          border-bottom: 1px solid #F1F1F1;
          color: #2B2B2B;
          display: none;
          font-family: Georgia,serif;
          font-style: italic;
          padding: 10px 0 21px;
      }
      Step 2:
      Add the following two styles in the same file:

      Code:
      #formHolder {
      margin-top: -35px;
      }
      
      #main_title {
           display: none;
      }

      Thanks a lot, man.

      Okay, let me try these codes.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[7020860].message }}
    • Profile picture of the author Go4DBest
      Originally Posted by dwoods View Post

      Open your http://thesuperchargedagency.com/m.r...on-1/style.css file in your favorite editor:

      Step 1:
      on line #159 in the styles for:
      #breadcrumbs, add:
      display: none;

      [
      }[/code]
      You nailed it my friend. You rock...

      I can't thank you enough for this.

      Cheers,
      G.B.
      Signature
      We setup and design wordpress sites using the Divi theme for roughly 200 USD. Let's talk.
      {{ DiscussionBoard.errors[7020889].message }}
  • Profile picture of the author dwoods
    No problem buddy, glad l could help.
    {{ DiscussionBoard.errors[7035541].message }}
  • Profile picture of the author soniamit
    problem fix.... cheers
    {{ DiscussionBoard.errors[7039724].message }}

Trending Topics