-
AuthorPosts
-
August 12, 2019 at 7:08 pm #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,
SimonAugust 12, 2019 at 7:36 pm #1126927Please 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.
August 12, 2019 at 7:52 pm #1126949Also, 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.August 13, 2019 at 8:29 am #1127096Hi,
Could you post a link to where we can see the elements in question please?
Best regards,
RikardAugust 13, 2019 at 2:55 pm #1127244Hi 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
August 13, 2019 at 5:47 pm #1127309continued…
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,
SimonAugust 14, 2019 at 6:24 am #1127486Hi 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,
RikardAugust 14, 2019 at 10:28 am #1127545Thank you so much. That all worked great.
What would the settings be if I wanted to centre-align the blockquote?
Best wishes
August 15, 2019 at 4:10 am #1127786Hi,
Please try this CSS as well in order to center the blockquote:
blockquote p { text-align:center; width:auto; }
Best regards,
RikardAugust 15, 2019 at 9:19 am #1127866Hi,
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,
SimonAugust 20, 2019 at 2:41 am #1129066Hi,
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,
IsmaelJune 8, 2020 at 4:52 pm #1220521Thanks. That worked.
Please close this thread.June 8, 2020 at 5:24 pm #1220533Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Sidebar Blog and Sidebar Pages – date displaying’ is closed to new replies.