Jump to content

blog post site: better UX for navigate left/right to other posts

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted

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)

Screenshot2023-11-08um12_13_01.jpg.67e9bd1dd6d97e96bd9e97786d722491.jpg

I would like to change that. And preferably like on my previous page:

  1. There were arrows on the right and left of the screen that led to the neighboring blog posts
  2. these were positioned in the middle and sticky
  3. 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

Screenshot2023-11-08um12_13_46.jpg.e247f674ccfe798f17cea135f1e9abef.jpg 

 

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
Posted
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)

Screenshot2023-11-08um12_13_01.jpg.67e9bd1dd6d97e96bd9e97786d722491.jpg

I would like to change that. And preferably like on my previous page:

  1. There were arrows on the right and left of the screen that led to the neighboring blog posts
  2. these were positioned in the middle and sticky
  3. 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

Screenshot2023-11-08um12_13_46.jpg.e247f674ccfe798f17cea135f1e9abef.jpg 

 

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;
}

 

Screenshot_356.png

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.


 

Posted

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.

Posted
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.


 

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.