Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1126916

    Hi,
    How do I stop the date from displaying against posts in Sidebar Blog and Sidebar Pages?
    I have activated it somehow and want to hide all dates. I can’t find the settings to do this.
    Thanks,
    Simon

    #1126927

    Please ignore the previous question. I have cleared the cache and all is fine now, with no dates showing!

    So, I have another blog question:
    On a blog post how can I reduce the white space after a Featured Image and before the body text starts? The space varies whether I start with a sub-heading (Heading 2) or plain body text (Paragraph). Using a H2 sub-heading creates a large amount of white space.

    Thank you.

    #1126949

    Also, on a blockquote, is it possible to right align the blockquote so that the text and block (emphasis graphic) move to the right?
    When I right-align it, only the text moves right… the graphic stays stranded on the left!
    Many thanks for your help.

    #1127096

    Hi,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1127244

    Hi Rikard,
    Two example Blog posts, with elements in question:-

    Large white space after featured image and byline, when using a sub-heading (Heading 2 style)
    https://www.homestudytutors.com/2019/03/30/dyslexic-reluctant-readers/

    Small white space after featured image and byline, when starting with body text (Paragraph style).
    https://www.homestudytutors.com/2018/09/01/online-tutoring/

    The latter looks fine. It is the large white space that I wish to reduce i.e when starting a post with a sub-heading. Any suggestions? I am using the ‘content views’ plugin to organise my blog posts on the blog web page, in terms of layout and sorting/ordering the posts to display by category.

    The pulled out quote ‘blockquote’ element is visible in both these blog posts to

    #1127309

    continued…
    illustrate my query. It is the vertical green block or bar (highlighting the quote) that won’t move to the right when I right-align the text.
    Thank you,
    Simon

    #1127486

    Hi Simon,

    White space after the featured image: it’s caused by an empty paragraph in your content, please try to remove and line breaks you might have in the content just after the image.

    Please try this in Quick CSS for the blockquote:

    blockquote {
        border-left-width: 0;
        padding-left: 0;
        padding-right: 20px;
        border-right-width: 7px;
        border-right-style: solid;
    }

    Best regards,
    Rikard

    #1127545

    Thank you so much. That all worked great.

    What would the settings be if I wanted to centre-align the blockquote?

    Best wishes

    #1127786

    Hi,

    Please try this CSS as well in order to center the blockquote:

    blockquote p {
      text-align:center; 
      width:auto;
    }

    Best regards,
    Rikard

    #1127866

    Hi,
    For the centered blockquote text is it also possible to align the vertical green solid directly alongside the quote (on the right)? Rather than having it to the far right. What is the CSS code to achieve this please?
    Or, can the solid only be set in one aligned position (left or right)? Please advise.
    Also, after the featured image and author’s name text, is it possible to add a separator (a straight line element) to give a little amount of whitespace before the body text starts?
    I have used a separator further down in the blog – before ‘MORE INFORMATION’ – but can’t remember where I found this code. On the forum someplace I think. This is the code I am talking about:
    [av_hr class='short' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-1vqyge' admin_preview_bg='']

    For the space after the author’s name, I would like to choose a different style of separator (something very plain) and adjust the spacing around it so that it is equal spacing above and below the separator.
    Do you have any suggestions or can you point me to a guide/instructions please?

    Thanks again,
    Simon

    #1129066

    Hi,

    For the centered blockquote text is it also possible to align the vertical green solid directly alongside the quote (on the right)?

    Yes, that’s possible. Try this css in the Quick CSS field.

    blockquote {
        display: table;
        margin: 0 auto;
    }
    

    You add a separator/whitespace element below the author name to create a separation between the content and the featured image.

    Best regards,
    Ismael

    #1220521

    Thanks. That worked.
    Please close this thread.

    #1220533

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Sidebar Blog and Sidebar Pages – date displaying’ is closed to new replies.