• Since i have multiple feeds linked in one combined feed with multiple pages in hungryfeed I was wondering if it is possible to move the location of the “Previous | Viewing Page # of # | Next” block to align in the center of the page rather than on the left?

    everything i have tried does not change the location and server cache is disabled to allow testing.

    i have tried setting custom css to the class hungryfeed_pagenav class as well as setting inline style parameters and neither seem to work. Am i attempting to align the incorrect class in the html or is it some other bug?

    https://www.ads-software.com/extend/plugins/hungryfeed/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jason

    (@verysimple)

    you can style it if you like, the pagination code can be styled with the css selectors below:

    p.hungryfeed_pagenav

    I think the paragraph is where you would want to style the alignment, but if you’re having trouble there might be some conflicting styles with your template perhaps?

    the various parts inside that paragraph are contained in span tags so you may need to further style with this:

    p.hungryfeed_pagenav span

    and then lastly the links themselves:

    p.hungryfeed_pagenav span a

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: HungryFEED] changing the alignment of Next/Previous Page buttons’ is closed to new replies.