Viewing 1 replies (of 1 total)
  • Hi man! i found the solution!
    IF you for pagination mean that orrible effect on “labels” and text input field (too much space between them), you have only to remove some < br />

    File is: form-post.php located on folder plugin/fv-communiti-news/fv-cntheme/fvcn/
    You have to delete the ” < br /> ” at the end of these line:

    < label for=”fvcn_post_form_author_name”><?php fvcn_post_form_author_name_label(); ?>< /label>< br />

    You also have to remove other < br /> at the end of others lines

    fvcn_post_form_author_email_label()
    …fvcn_post_form_title_label()…
    …fvcn_post_form_link_label()…
    …fvcn_post_form_content_label()…
    …fvcn_post_form_tags_label()…
    …fvcn_post_form_thumbnail_label()

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination’ is closed to new replies.