Spacing issues

Discussion in 'GoldenEagle WordPress Theme' started by bwdaugherty, Dec 21, 2012.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Using some of the styling codes you have provided has unfortunately left some spacing problems on the website I am using this Theme on. Here is what I have in the Styling Options:

    .social-links {
    display: none;}

    .content h1 {
    display: none;
    }

    #example {
    height:200px;
    }
    .slides_container a {
    height:200px;
    }
    .slides_container a img{
    height:200px;
    }

    .feature-bottom {
    display: none;
    }

    The website can be accessed at www.bangorauctionco.com, but to save time I will provide a few photos in this post.

    Pic 1: You will notice that there is a space from the feature text left. I would like to tighten the line to the bottom of the slider image.

    Pic 2: Another featured image I have removed, you will notice the box is still present. I would like to remove the white box altogether.

    Pic 3: When I insert a short code onto the page it automatically places it above the top of the page and not in the body where it is supposed to show up. 1.png 2.png 3.png 1.png 2.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content {
    display: none;
    }
    2.For your second issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature-content{
    padding-bottom:0px;
    }
    .feature-strip{
    margin-bottom:0px;
    }
    3.For your third issue

    Use shortcodes in page other than front-page, They will work fine.
     
  3. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    Appreciate the support. Everything worked great except for my third issue. The code I am inserting on a seperate page (not homepage) continues to force the plugin to the top of the GoldenEagle theme. You can see it here: http://bangorauctionco.com/live-online-auctions/
     

    Attached Files:

    • 5.png
      5.png
      File size:
      160.9 KB
      Views:
      1
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    We have seen your website link. I think you have resolved it by yourself.
    Please contact again for further queries.
     

Share This Page