• Hi,

    I’m wondering if it is possible to reposition where the two forwards and backwards arrows appear on the Post Loop carousel. Currently these are right aligned. However I’d like to move these so they are left aligned besides the title?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site with the page in question?

    Thread Starter baker_girl

    (@baker_girl)

    Hi RoamingPro,

    It’s on the homepage: https://www.weresumes.com

    Thanks for looking.

    Hi. I was able to float the arrows you were talking about to the left, but they dropped down a line. I don’t think that’s what you wanted. In your child theme, you could add the following code to see what I’m talking about:
    `a.next {
    float:left;
    }
    a.previous {
    float:left;
    }

    I think there are just too many nested classes in that carousel to do much customization. You might run it buy the theme author.

    Hi. I was able to float the arrows you were talking about to the left, but they dropped down a line. I don’t think that’s what you wanted. In your child theme, you could add the following code to see what I’m talking about:

    a.next {
      float:left;
      }
    a.previous {
      float:left;
      }

    I think there are just too many nested classes in that carousel to do much customization. You might run it buy the theme author.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move the 'forward' and 'backward' arrows on the Post Loop Carousel’ is closed to new replies.