• Resolved LRigel

    (@lrigel)


    Salut / Hello

    I’ll be fast – Using the ‘Smoke’ theme, with custom images set at 500 x 300 pix. (Slider height is 100% / 300pix).

    I want to slide the background custom image to the RIGHT

    I even uploaded a screenshot for you to better understand my problem –
    [URL=http://s1308.photobucket.com/user/Lzoli18/media/Snap1_zps142164c9.jpg.html][IMG]http://i1308.photobucket.com/albums/s613/Lzoli18/Snap1_zps142164c9.jpg[/IMG][/URL]

    https://wordpress.org/plugins/featured-articles-lite/

Viewing 1 replies (of 1 total)
  • Plugin Author Constantin Boiangiu

    (@constantinboiangiu)

    You will have to edit Smoke theme display.php file. Each .FA_article div has the_fa_background() called in slide style. This function takes a few arguments:

    the_fa_background($show_image = true, $position = 'top left', $repeat = 'no-repeat', $echo = true )

    The second argument is the background position, just set it as top right:

    the_fa_background( true, 'top right' )

    This should do it.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Image alligned to right?’ is closed to new replies.