Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    As per the query, I took a look at the single page i.e ‘O AR QUE RESPIRAMOS’ but I didn’t see any design flaws, but if you still want to modify the look please let me know I’ll provide you with a solution.

    And for removing the category from the slider, add the following CSS:

    .tg-slider-container div.entry-meta span.cat-links {
    display: none;
    }

    Help link?https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/

    Thanks and Regards,
    Milan

    Thread Starter duduskb

    (@duduskb)

    Hi Milan,

    I think the empty spaces were a problem with my screen resolution, but its all good now. ??

    Thank you for the CSS, it worked perfectly, but could you help me to remove that line between category and date that remained?

    Thanks again.

    Hi @duduskb,

    Give this a shot.

    .tg-slider.tg-post-slider .tg-container .posted-on::before {
    display: none;
    }
    
    .entry-meta .posted-on {
    padding-left: 0;
    }

    Thanks and Regards,
    Milan.

    Thread Starter duduskb

    (@duduskb)

    Hi @rubick322,

    Thats perfect! ??

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Empty spaces above and below menu’ is closed to new replies.