How to reduce a white space on Landing Page/ Comments box and social icons

  • Author
    Posts
  • #60738

    Hi. I’ve been using the Fluida Theme to develop my blog https://www.embarkonyourhappiness.com. Could you help me with some doubts I have, please?

    1) How can I reduce the white space on the Landing Page between the Featured Icon Box, Featured Box, and Text Areas?

    2) How can I add the Disqus comments box at the regular pages and “category page with intro”?

    3) Since I realized that the social icons featured by Fluida were able to be added only in the menus and not on the end of the posts and pages, I needed to add the “Ultimate Social Media Icons plugin”. So, I would like to know how can I add those social icons at the end of the pages because I was able to added them only at the end of the posts. How can I add them at the end of the pages?

    Website: www.embarkonyourhappiness.com

    #62113
    Zed
    Cryout Creations mastermind

    1) Try this CSS to reduce the spacing between landing page sections:

    #container.fluida-landing-page #main > section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .fluida-landing-page .lp-blocks-inside, .fluida-landing-page .lp-boxes-inside, .fluida-landing-page .lp-text-inside, .fluida-landing-page .lp-posts-inside, .fluida-landing-page .lp-section-header {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    2) Comments plugins should simply replace WordPress’ built-in comments functionality. This is not something dependent on theme.

    3) The social icons in Fluida are intended to link to your social profiles. The social icons (or buttons) that are normally added to the content are normally used to share that content on social networks and as such work differently.
    For plugin functionality you’d get better answers from the plugin’s documentation or from the plugin’s WordPress.org forums or its site.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to reduce a white space on Landing Page/ Comments box and social icons’ is closed to new replies.