• Resolved keeperbay

    (@keeperbay)


    1. How do I remove the big date area from the side of the content?

    2. How do I remove the large space at the top of the theme? (Which css?)

    3. In which css is the word spacing? The words and letters on each line are so small and smushed together it makes the content hard to read.

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    1- Please use this Additional Custom CSS code:-

    .entry-date{display:none !important;}

    2- Please provide me screenshot to indicate the issue at website.

    3- Please use this custom css code:-
    .entry-content p{letter-spacing:0.5px !important;}

    Thanks
    Mohammad

    Thanks
    Mohammad

    Hi
    with .entry-date{display:none !important;} you hide only the square with date number.
    Is there a way to remove the whole column, with the line. Because on mobile it take up a third of the screen, it’s really bad.
    Thanks

    screenshot

    • This reply was modified 7 years, 11 months ago by rochefort10.
    • This reply was modified 7 years, 11 months ago by rochefort10.
    • This reply was modified 7 years, 11 months ago by rochefort10.

    Hi,
    Please use this custom css code also:-

    .entry:after {
       display:none !important;
    }

    Thanks
    Mohammad

    Hi
    it remove only the line, I need to remove all the space:
    immagine
    thanks!

    Hi,
    Please use this custom css code:-

    .entry{
    padding-left:0px !important;
    margin-left:0px !important;
    }

    Thanks
    Mohammad

    Perfect, you rule!

    Hi,
    Glad ?? to help you.
    Thanks
    Mohammad

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove the date?’ is closed to new replies.