Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #215825

    Hello,

    Thank you for all of your support thus far.

    I’m trying to display a full width panorama pic in my post via this plugin:
    http://codecanyon.net/item/360-panoramic-viewer-wordpress-plugin/5054590

    My test page is here:
    http://kenko8.com/pano/2014/01/26/pano/
    In order for the panorama to display full width, it needs to be in a “container stretched full width” of the page.
    Could you offer any advice on how to make a full width container for this pano?
    If I could place the pano in the same position as the full width slider as in the theme demo, that would be ideal.
    Would it be difficult to place this pano in the slider container instead?

    Sorry if this is a stupid question (I have zero coding knowledge)

    Many thanks for your help.

    #216085

    Hi jmalevic!

    You can place it inside a color section. Add a unique css selector id for the section, for example “mysection”. Add this on Quick CSS or custom.css:

    #mysection .container {
    width: 100%;
    }

    Best regards,
    Ismael

    #216342

    Hello, thank you for the reply.

    I’m sorry but I’m not sure what you mean by “color section.”

    Could you please advise.

    Thanks

    #216623

    Hi!

    Ismael meant Color Section element which you can add in Avia Layout Builder under Layout Elements and give it a unique ID http://i.imgur.com/nah9rKn.jpg in this case, mysection

    Regards,
    Yigit

    #216916

    Hello,

    Thank you for the input. I found the “color section.” Is it possible to make color sections in posts as well?

    Also, after I make the color section, could you please advise on how to place the panorama into this section?
    Panos are implemented through shortcode:
    [panorama360 src=”http://kenko8.com/pano/wp-content/uploads/2014/01/panoo.jpg” style=”position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;” mousewheel=”1″][/panorama360]

    I have the above css in my quick css btw.

    Thank you

    #217144

    Hey!

    No, it is not possible. You can add your shortcode inside a Textblock element which is under Content elements in Avia Layout Builder

    Cheers!
    Yigit

    #217420

    OK, thanks for the help!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘full screen (width) container’ is closed to new replies.