• Resolved karanjhanwer

    (@karanjhanwer)


    Hi,
    The social icon top bar in mobile view displays the icons vertically. Can they be displayed horizontally?

    The previous and next article names appear continuously which creates confusion for the reader. Can we make it in such a way that the previous article title remains on the left and the next article title remains on the right?

    I am attaching the screenshots for both. Thank you ??

    https://prnt.sc/klz3xq

    https://prnt.sc/klz5s3

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello karanjhanwer,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    @media (max-width: 767px) {
      .header-row-1 .widget .menu-social-container .menu li {
        padding-right: 5px;
        padding-left: 5px;
        float: left;
      }
    
      .pagination-post div {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
    
      .pagination-post .next_post {
        float: none;
        padding-top: 25px;
      }
    }

    Hope this will helps you.

    Thanks.

    Thread Starter karanjhanwer

    (@karanjhanwer)

    Thank you ??
    It worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changes in Mobile view’ is closed to new replies.