Tagged: Top Stories height
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by Theme Horse Support Team.
-
AuthorPosts
-
March 24, 2020 at 6:03 pm #76121venepress.webParticipant
hello, it is possible to reduce the width of the “top stories” bar
March 25, 2020 at 2:43 pm #76140Theme Horse Support TeamKeymasterHi @venepress-web,
Yes it is possible to reduce but have designed it in a grid layout way, so the layout might get disordered with respective to header and content width.
To reduce the width of Top stories section please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 992px) { .top-stories-bar .container { max-width: 1140px; } }
Please replace the max-width to your desired one.
Thanks
March 25, 2020 at 7:17 pm #76146venepress.webParticipantThx!
I’m sorry! It was a bad translation of mine instead of changing the width, I wanted to change the heightMarch 25, 2020 at 7:41 pm #76148venepress.webParticipantAnd sorry for so many so many separate questions
but on this same topic for the top stories bar
I have a stiky menu, is it possible that the top stories bar is also stik with the menu?
both on the main and internal pages.March 26, 2020 at 11:39 am #76167Theme Horse Support TeamKeymasterOk no problem,
To reduce the height please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 576px) { .top-stories-bar, .top-stories-bar.top-stories-bar-with-thumbnail, .top-stories-bar.top-stories-bar-with-thumbnail .top-stories-lists, .top-stories-bar.top-stories-bar-with-thumbnail .top-stories-lists .row, .top-stories-bar.top-stories-bar-with-thumbnail .top-stories-lists .marquee, .top-stories-bar.top-stories-bar-with-thumbnail .top-stories-lists .marquee a { height: 50px; } .top-stories-bar .top-stories-label .top-stories-label-wrap { padding-top: 0; padding-bottom: 0; } .top-stories-bar .top-stories-label .label-txt { height: auto; } } @media (min-width: 576px) { .top-stories-bar, .top-stories-bar.top-stories-bar-with-thumbnail { height: auto; } } .top-stories-bar .top-stories-post-img { height: 35px; width: 35px; }
Here 50px is the height of the Top Stories Bar and 35px is used for the height and width of the posts featured image. If you wish to reduce even more then you can change those values with your desired one. (height and width of featured image should be the same value).
And Sorry for now you cannot make the Top Stories Bar sticky as beneath sticky Navigation. For it you have to hire a developer to customize the code for you.
Thanks
March 26, 2020 at 10:06 pm #76179venepress.webParticipantThx!
March 27, 2020 at 10:59 am #76190Theme Horse Support TeamKeymaster -
AuthorPosts
- You must be logged in to reply to this topic.