Matt-W-Urst Posted November 8, 2023 Posted November 8, 2023 Hi together, My CSS knowledge is probably too small, which is why I would like to ask for your valuable advice. My issue is: Within a blog post I find the navigation to the previous/next blog post not so good. This navigation is at the bottom of each post and is not inviting enough, I think, to press them and discover the posts. (See screenshot) I would like to change that. And preferably like on my previous page: There were arrows on the right and left of the screen that led to the neighboring blog posts these were positioned in the middle and sticky to make a blog post stand out from the rest of the page, there should be a white frame around the actual content. Just like on the old site To perhaps better understand, visit my current SqS blog page and my old one. New: https://www.sanfilippo.design/projekte/webdesign-medizintechnik-herstellerOld: https://dev.sanfilippo.de/projekte/webdesign-medaspis I would be so thankful for any help and Advise. Thank you!
Solution Web_Solutions Posted November 8, 2023 Solution Posted November 8, 2023 2 hours ago, Matt-W-Urst said: Hi together, My CSS knowledge is probably too small, which is why I would like to ask for your valuable advice. My issue is: Within a blog post I find the navigation to the previous/next blog post not so good. This navigation is at the bottom of each post and is not inviting enough, I think, to press them and discover the posts. (See screenshot) I would like to change that. And preferably like on my previous page: There were arrows on the right and left of the screen that led to the neighboring blog posts these were positioned in the middle and sticky to make a blog post stand out from the rest of the page, there should be a white frame around the actual content. Just like on the old site To perhaps better understand, visit my current SqS blog page and my old one. New: https://www.sanfilippo.design/projekte/webdesign-medizintechnik-herstellerOld: https://dev.sanfilippo.de/projekte/webdesign-medaspis I would be so thankful for any help and Advise. Thank you! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. #itemPagination .pagination-title-wrapper { display: none !important; } #itemPagination .item-pagination-icon { padding: 0 !important; height: 18px !important } #itemPagination .item-pagination-link .item-pagination-icon svg{ height: 18px !important } #itemPagination .item-pagination-link { width: 45px; height: 45px; justify-content: center; align-items: center; background: #fff; border-radius: 100%; position: fixed; z-index: 99999; left: 10px !important; top: 50% !important; transform: translateY(-50%); border: 1px solid #333; } #itemPagination .item-pagination-link.item-pagination-link--next{ left: auto !important; right: 10px; } Matt-W-Urst 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Matt-W-Urst Posted November 13, 2023 Author Posted November 13, 2023 Wow, wow, wow!!! Thank you @Web_Solutions MD Rofik! This is an incredible help for me and I am speechless! Thank you very much!!!! Could you give me a hint on how to change the y-position for screens <750px? I would want to place the arrows at the bottom edge.
Web_Solutions Posted November 14, 2023 Posted November 14, 2023 On 11/13/2023 at 5:11 PM, Matt-W-Urst said: Wow, wow, wow!!! Thank you @Web_Solutions MD Rofik! This is an incredible help for me and I am speechless! Thank you very much!!!! Could you give me a hint on how to change the y-position for screens <750px? I would want to place the arrows at the bottom edge. I think you already did it If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment