Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1303508
    Natalie K
    Participant

    Hello,

    I have a few issues I don’t know how to resolve. My website is http://www.synergycontent.biz/

    1. There is excessive white space at the top of the page in most of my pages and between rows. I need to have the main message of the page “above the fold”. How can I reduce the white space above the first header on each page to something like 10 cm?
    See attachment

    2. How can I eliminate excess space in the body of a page like after the photos on http://www.synergycontent.biz/index.php/services/ and before the photos here: http://www.synergycontent.biz/index.php/niche/?
    See attachment

    3. How do I set up my portfolio like this: http://demo.theme.co/integrity-1/portfolio/.
    Will portfolio pieces be posts? If so, how will they be distinguished from blog posts?

    4. What do I need to do to make the background of my blog post summaries white like this example: http://demo.theme.co/integrity-1/blog/. Here is my blog page: http://www.synergycontent.biz/index.php/journal/

    Thank you

    #1303688
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To reduce the white in your page header, please reduce any padding and margin in your section settings.

    2] By default, all the heading tags has a top margin of at least 50 pixels. To reduce it, you can use the element spacing utility classes like this:

    
    <h4 class="man">Transform</h4>
    <p>Deliver technical content to the masses.</p>

    or add an inline css that removes the margin something like this:

    
    <h4 style="margin: 0 auto">Transform</h4>
    <p>Deliver technical content to the masses.</p>

    To know more about element spacing, please check it here: https://community.theme.co/kb/element-spacing/

    3] The portfolio items is different from posts. To know more about the portfolio page and it portfolio items, please check it here: https://community.theme.co/kb/portfolios/

    4] To change the background of your site to white, please go to the customizer, Appearance > Customize > Layout &amp Design > Background Options. Please update and remove any background image and background pattern. And you should select the background color to white.

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1303508 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>