Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1402448
White area under page header
Closed

Comments

  • cacheitconsulting started the conversation

    How can I reduce the large white space under the top page header/title area?  See the area marked in red in the picture attached.

    Also, how can I remove the page title?

  •  432
    Sergio replied

    HI,

    pls. check the page options (screen 1851)

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • cacheitconsulting replied

    That did it. Thanks.

  •  432
    Sergio replied

    HI, 

    Feel free to contact us if you need help. 

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    Hi,  Thanks for this post. I disabled the top margin in the settings but that makes the space too small. Is there a way to specify the size - and ideally is there a way to do that universally so that it applies to every page and post without me having to go into each page? Thanks!

  •  432
    Sergio replied

    Hi, 

    not quite sure what do you mean. Can you pls provide more details (screenshots)?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    Hi,

    Thanks for getting back to me. I love the Gem theme!

    I attached a screenshot. I want to adjust the size of the blank space (that runs the width of the page) between the title bar section (with blue graphic) and the top of the post content (sidebar, comments icon, etc).

    Thanks!

    Jen

  •  432
    Sergio replied

    Hi,

    pls. check the post settings (screen 2023)

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    Hi. Thanks. I tried this setting before. "I disabled the top margin in the settings but that makes the space too small. Is there a way to specify the size - and ideally is there a way to do that universally so that it applies to every page and post without me having to go into each page? Thanks!"


  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    Hi Sergio,

    I created a user account for you. But I can't see how to send it to you privately without creating a new ticket. If I need to do that is there a way to direct it to you.

    Changing the spacing probably just needs a CSS change. Which I can add if I know what to add.

    I removed the top margin on this post: http://chosen.staging.wpengine.com/inspirational-blog/daily-inspiration-january-01-2016-this-year-it-is-you-who-becomes-the-hero-of-your-journey/

    I would love to increase the white space above the comments icon. And reduce the white space below the comments icon.


    Thanks,

    Jennifer

  •  432
    Sergio replied

    Hi,

    uncheck this setting (screen 2037) and  try to use following css:

    .block-content:last-of-type {
        padding: 50px 0 !important;
    }


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    Thanks Sergio! The css code you provided works beautifully to change the space above the comments icon! I really appreciate it.

    Is it also possible for me to reduce the space below the comments icon and above the text? (I am attaching a screenshot to show what I mean.) I tried to put together CSS code, but can't figure out what that space is defined as.

    Happy Valentine's Day. I love the GEM theme and greatly appreciate the wonderful team behind it.

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .post-content .post-meta {
        margin-bottom: 0 !important;
    }


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •  1
    Jennifer Reinfeld replied

    That works PERFECTLY! Thank you so much!

  •  432
    Sergio replied

    HI, 

    Feel free to contact us if you need help. 

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.