• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

eleven40 pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › eleven40 pro

This topic is: not resolved

Tagged: border, Eleven40, help, Margin, padding, pro, reduce, space, style

  • This topic has 35 replies, 3 voices, and was last updated 9 years, 4 months ago by JCKOnline.
Viewing 20 posts - 1 through 20 (of 36 total)
1 2 →
  • Author
    Posts
  • May 20, 2014 at 11:14 am #106042
    JCKOnline
    Member

    Hi guys,

    I need help to reduce the spacing around the ad banner at the top.

    Thanks in advance!

    http://wristreview.com
    May 20, 2014 at 3:00 pm #106067
    kdrewien
    Member

    You can play with the margin and/or padding around the image. The code below is on line 1791 in your style.css file. Be sure to save a copy of the style.css file before you begin editing, and it's recommended that you do so using ftp instead of Appearance > Editor within the site.

    .featured {
    margin: 6.5rem 0 0 0;
    padding-top: 3rem;
    text-align: center;
    }

    If you are not familiar with the difference between margin and padding this article will help:
    http://www.w3schools.com/css/css_boxmodel.asp


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 20, 2014 at 3:20 pm #106073
    JCKOnline
    Member

    Hello,

    Thank you for your reply. But what should i change for it to become smaller?

    May 20, 2014 at 3:55 pm #106076
    kdrewien
    Member

    ​I recommend using a handy tool which allows you to preview the style sheet for your theme. You will hover over the white area you want to alter, right click, and then select the tool to inspect the code for that area of your theme. This tool allows you to preview changes, so you can get just the look you want before editing the actual style.css file.

    An easy way to get started is by using Firebug - https://getfirebug.com/


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 20, 2014 at 4:22 pm #106082
    JCKOnline
    Member

    I used it and saw the changes in real-time. It only decrease the padding/space above the banner. But when I do the change in my FTP editor it dont happens anything.

    May 20, 2014 at 4:24 pm #106083
    JCKOnline
    Member

    I also would like to take away the tagline below the top ad banner.

    May 22, 2014 at 1:22 am #106278
    JCKOnline
    Member

    Can you help me out?

    /J

    May 22, 2014 at 5:02 am #106290
    kdrewien
    Member

    After making the change in the style.css file, did you click 'update' to save the change?


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 5:09 am #106291
    kdrewien
    Member

    The tagline in the header automatically pulls the tagline from Settings > General. A quick fix is to leave the tagline data box empty. When I get in front of a computer later today I will update this reply. I'm currently limited to my tablet and unable to review the code.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 7:54 am #106315
    kdrewien
    Member

    Sorry for the delayed response.

    I misunderstood your reference to "tagline". More correctly you were referring to the "site description". Make this change in your style.css folder: add display:none;

    .site-description {
    display: none;
    }

    This changes the white space around the Delma ad. Make this change in the style.css file:

    .featured {
    margin: 25px 0 25px 0;
    margin: 2.5rem 0 2.5rem 0;
    padding-top: 3rem;
    text-align: center;
    }

    Be sure to save the changes you made.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 8:03 am #106319
    JCKOnline
    Member

    I have saved and updatet it but it doesn't want to change.

    May 22, 2014 at 8:16 am #106329
    kdrewien
    Member

    Please tell me step by step what you are doing to make changes to the style.css file.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 8:25 am #106331
    JCKOnline
    Member

    I copy what you have written and paste in and replace the code and save it.

    May 22, 2014 at 11:34 pm #106454
    nutsandbolts
    Member

    JCK, are you running any kind of caching plugin on the site? Using Cloudflare? Using a host that has server-side caching enabled? If you are, any/all of those things could prevent you from seeing changes after you make them.


    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

    May 23, 2014 at 3:22 am #106464
    JCKOnline
    Member

    I dont have it! Because I have made other changes and I could see them.

    May 23, 2014 at 3:57 am #106466
    JCKOnline
    Member

    I changed my favicon in my FTP, but doesnt change.

    May 23, 2014 at 4:55 am #106468
    kdrewien
    Member

    You can not see any changes to your site because you are either not editing the correct file, or the changes you make are not being saved.

    Make certain you are editing this file:
    http://www.wristreview.com/wp-content/themes/eleven40-pro/style.css

    Check the file permissions. Do you have permission to write/modify?
    http://codex.wordpress.org/Changing_File_Permissions


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 23, 2014 at 7:28 am #106480
    JCKOnline
    Member

    I have done the changes in it. I dont know if you see it but the padding around the delma ad has decreased only above.

    I have permission to write/modify.

    May 23, 2014 at 11:41 am #106515
    kdrewien
    Member

    I recommended the settings below because you wanted to remove the tagline (.site-description). When you modify .site-description to display: none; the title of the post moves up too close to the ad. So, I suggested adding 2.5 rem to the bottom margin. The order of the margin settings are top, right, bottom, left.

    If you are going to keep the tagline, then modify the bottom margin to 0.

    .featured {
    margin: 25px 0 25px 0;
    margin: 2.5rem 0 2.5rem 0;
    padding-top: 3rem;
    text-align: center;
    }


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 24, 2014 at 5:52 am #106582
    JCKOnline
    Member

    Ok! Great! Thank you very much. One more thing how do I add a back to top button?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 36 total)
1 2 →
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble