• Resolved aa1reo

    (@aa1reo)


    Wonderful plugin. What would be the css needed to decrease the spacing between the page title and social share icons, as there exists a large amount of blank space when icons are added to the top of the page by implementing the standard interface?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Heateor Support

    (@heateor)

    Thanks for the appreciation ??
    This space is added by the following CSS of your theme:

    @media screen and (min-width: 48em)
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }

    You can add following CSS in the Custom CSS option in the Miscellaneous section at plugin options page in admin to reduce the space:

    @media screen and (min-width: 48em)
    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header{ margin-bottom:1em!important}
    Thread Starter aa1reo

    (@aa1reo)

    Thanks for your help. The proposed solution did not work, cache cleared, etc, etc. Also, added it to the customize css section under themes options. No luck…Any other suggestions? Thanks

    • This reply was modified 5 years, 8 months ago by aa1reo.
    Plugin Author Heateor Support

    (@heateor)

    I don’t see the custom CSS in the HTML source of your webpage https://www.simongrouprealestate.com/ If you are using any cache plugin try clearing cache.
    If you still face the problem, drop an email at support[at]heateor[dot]com.

    Thread Starter aa1reo

    (@aa1reo)

    Thanks again. Removed earlier, and now it is placed under custom css for sassy share. Cache cleared, etc. Still not working. Would you have another look and advise? Thanks for your efforts.

    Plugin Author Heateor Support

    (@heateor)

    Like I mentioned in the previous reply, if you still face the problem, drop an email at support[at]heateor[dot]com.

    Thread Starter aa1reo

    (@aa1reo)

    Thank you. I emailed it over.

    Thread Starter aa1reo

    (@aa1reo)

    This worked by adding to the themes customize section, additional css. Thanks for your help.

    .page.page-one-column .entry-header,
    .twentyseventeen-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header,
    .panel-content .entry-header {
    margin-bottom: .01em;
    }

    Plugin Author Heateor Support

    (@heateor)

    Okay. Glad to know you figured ?? BTW, plugin adds custom CSS using wp_head WordPress hook in the <head> section of your webpages. There must be some plugin/functionality which is stopping that from happening.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Top Position Standard Interface’ is closed to new replies.