Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1379606
    momentabodas
    Participant

    I’m editing some entries in my blog and in one of them suddenly appeared a box on the top and I can’t make it dissapear.

    Some help?

    Here there are two links for comparison:
    https://momenta.es/?p=170
    https://momenta.es/?p=909

    #1379643
    momentabodas
    Participant

    Now I changed the featured image in the 909 post and it seems to be related to it because it appeared in the 909 post too.

    How could delete it?

    #1379679
    Christopher
    Moderator

    Hi there,

    Please add feature image to your posts or add following code under customizer/custom/global CSS to hide featured image :

    .single-post .entry-featured {
        display: none;
    }

    Hope it helps.

    #1382634
    momentabodas
    Participant

    Thank you it worked!

    Another question I have…

    Is there a way te reduce te space between two rows in Cornerstone? Event at 0 is a little bigger than how I would want it.

    #1382807
    Paul R
    Moderator

    Hi,

    Can you provide us a screenshot of the space you are referring to.

    Thanks

    #1383052
    momentabodas
    Participant

    This is the space I’m referring to:
    http://imgur.com/a/NgV6g

    The links to those pages are respectively:
    https://momenta.es/ and https://momenta.es/?p=76

    Thank you!

    #1383697
    Friech
    Moderator

    Hi There,

    Add a class mbn to your image elements, and then control the Row spacing via its bottom margin.
    Image element has a default bottom margin that is the space that we are seeing now. Class mbn means Margin Bottom No.

    Hope it helps, Cheers!

    #1396901
    momentabodas
    Participant

    Thanks! It worked! 🙂

    #1396924
    momentabodas
    Participant

    I was just testing and it seems to work between two images but I can’t make it work in the main page where there’s a slider and a grid in two columns.

    http://www.momenta.es

    If I select the border of the column to be dotted it seems like there was a 5px padding under the slider, but if put the slider and the grid in the same row this doesnt happen, so I think it has to do with the column and not with the slider.

    Any idea?

    #1397280
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-flexslider-shortcode-container {
        margin-bottom: 0;
    }

    Hope that helps.

    #1397447
    momentabodas
    Participant

    Thanks!!

    #1397537
    Thai
    Moderator

    You’re most welcome 🙂

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