Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Flexform
  • #105025
    mako
    Member
    Post count: 35

    Hello

    I added a page background but the image does not show in the main page area. It only shows at the bottom of the site. Why? How can I make the image show in the main content area of the page.

    Screenshot http://i.share.pho.to/e9c6c5a2_l.png

    Page http://www.listaxxx.com/tyc/

    Thanks

    #105060
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The background in that page only works if you choose the Boxed Layout for the website.

    -Rui

    #105064
    Diana
    Member
    Post count: 31

    Hi Rui,

    I think I’m having a similar problem? I’ve added a page background image and put my theme on “boxed content” and taken it off “responsive” setting yet on iPhone and iPad the outer image does not show up? Only shows up on desktop.

    Here is a link: http://www.dianahancock.com

    Thanks!

    #105225
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi Diana,

    That’s the default way Flexform works in Boxed mode. When shrinking the screen size the borders will disappear so that only the content of the page is displayed.

    If you had the borders in mobile view it would left very few space to display the content.

    -Rui

    #105404
    Diana
    Member
    Post count: 31

    Gotcha. Thanks! Just thought I’d check… ๐Ÿ™‚

    #105603
    mako
    Member
    Post count: 35

    Is there any other way to add a photo to the background of the page if I am not working on Boxed Layout ?

    #105731
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes you need to use this css:

    #main-container {
      background: url("http://www.listaxxx.com/wp-content/uploads/2014/08/background.png") no-repeat center top;
    }

    – Kyle

    #106436
    mako
    Member
    Post count: 35

    this will add the image to all pages, right? How do I add it only to one particular page?

    #106554
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You will need to get the page id and use:

    .page-id-1711 #main-container {
      background: url("http://www.listaxxx.com/wp-content/uploads/2014/08/background.png") no-repeat center top;
    }

    – Kyle

    #107216
    mako
    Member
    Post count: 35

    How can I make the image width and height 100% ?

    #107336
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this complete code:-

    .page-id-1711 #main-container{background: url("http://www.listaxxx.com/wp-content/uploads/2014/08/background.png") no-repeat center top;
    background-size: 100% 100%;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register