Nav arrows AROUND the blog view?

nav arrows AROUND the blog view?


Working on a Drupal 7 site.
I’ve finally gotten pretty close to what I was aiming for on the recent blog entries view..
I’ve posted my version above and what I’m aiming for next…
I still need to change the page numbers below for nav arrows on the sides. Is there still something in the views settings I need to be looking for. I saw a place for arrows, but they are always above or below. Is it CSS to push them to either side and let the blogs settle between them?

css

 #views_slideshow_controls_text_previous_slide_show_of_members-block_1_1 {
    background: url(../sites/all/themes/twodrop/images/comment-arrow.gif);
    /* shows image */

    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
 #block-views-the-blog-block h2 {
    text-align: center;
}

I did find this thread under similar questions, but it seems a bit excessive… surely a better answer has bubbled up in 4 years?

… additional question, so it may warant a seperate thread, but I’m also trying to aling each section. Should I look at moving the title into the header and the date into the footer? Or is this better handled in CSS?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.