Issues with previous and next post navigation, post title assignment, and font

Home Forums All Other Themes Issues with previous and next post navigation, post title assignment, and font

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #223215
    Seongmin LeeSeongmin Lee
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: August 9, 2024

    Hi SKT team,

    I’m writing to seek your assistance regarding three issues with my child theme associated with SKT Charity Pro.

    1) When I choose a particular single post layout, the previous and next posts’ navigations are not clickable. I already checked Customize-> Post & Page -> Single Post Layout* where I chose Single Post Right Sidebar. There are four options in total under Singe Post Layout, but the Single Post Right Sidebar is the one I’d like to use.

    The issue occurs only with the Single Post Right Sidebar. When I choose Single Post Right Sidebar, the Previous Post and Next Posts are not responsive on mobile and tablet devices. (On mobile, it is completely not responsive, and on tablet devices, only small arrows are responsive, which is very hard to see, but thumbnail and post links are not responsive). How to fix this issue?

    2) As you can see in an example post here (https://www.visionnorth.net/voices-of-north-korea-a-discussion-with-hyeonseo-lee/), the post title is placed under the featured image. Normally, themes should allow to place titles above featured images, and titles and featured images should be dynamically aligned. In other words, when the browser size changes, post titles, and text boxes/featured images should move together in size and direction. However, in the current theme’s settings, the position of titles is completely independent: when the size of the browser is changed, titles are randomly left-sided, center-sided, or right-sided, regardless of the boy text/featured image position, which is not normal. I temporarily put titles under featured images, as you can see across all my posts. How to fix this?

    3) When I see post titles on the web version (https://www.visionnorth.net/our-news/), the font size of post titles all look normal. However, when I see the post page on mobile devices, these titles appear too big. How to adjust this title font size on mobile devices without affecting other outlines?

    Thanks in advance for your swift attention to this matter.

    #223230
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30993
    • Total: 30993
    Member since: August 16, 2013

    Hi,

    Answer to 1 and 3 👇

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width: 29.938em) {
    #sidebar { float:left;}
    #ast_nextprev .nav-box i { display: block;}
    .nav-box.ast-next img { margin-right:35px !important;}
    #ast_nextprev .nav-box i { left: 0; bottom: 30px;}
    #ast_nextprev .ast-next i { float: right; right: 0; left: auto;}
    .nav-box.ast-prev { padding-left:15px;}
    .nav-box.ast-next { padding-right:15px;}
    .postitle { font-size: 22px !important; line-height: 27px;}
    }

    2. We did not find any such issue on your mobile device.

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.