hey thanks for the help guiding me to the right place for setting it to a percentage, I did figure out the width for pictures finally also so it all looks great in widescreen and fullscreen now while in a center portal. I have one more minor question, I noticed that the title text in the first 3 slots has a line break or padding on the top, but on slots 4-6 the text doesnt have a line break or padding at the top, anyway to fix that? Right now I use a <br> before the text in the titles 4-6 and it seems to work, just curious if i could perm fix, thanks.
Do you mind posting what changes you did for others to read?
A shot in the dark.....
Try this: When i parsed it i found 1,2,3 uses <h3>. But 4,5,6 uses <h4><h5> and <h6>. Make 4,5, and 6 <h3> as well. See if that fixes it and let me know. Thanx.
I dont mind, and by the way, changing the h4,h5,h6 tags to h3 worked perfectly, thanks.
Now the changes I made to slider css to self adjust width when using in a center portal are below, keep in mind Im not a coder but Im not afraid to mess with stuf and try to figure it out, the changes I made work great for me using adkportals center block and will auto adjust width for fulscreen users and widescreen users. First make a backup copy of your slider css incase you miss a edit or leave something out, or just want it back to original.
At the very top of the css sheet find
".lof-slidecontent{"replace "width:892px;"
with width:auto; max-width:892px;
Now find
".lof-main-wapper .lof-main-item img{"change the "width"
to 70%
Now Find
".lof-main-item-desc{"replace "width:400px;"
with width:auto; max-width:400px;
Now find
".lof-navigator-outer{"change the "width"
to 33%.... (sounds weird but 33% seem to work best for me)
Now find
".center" (its at the bottom of page)
replace "width:892px;"
with width:auto; max-width:892px;
(optional) if you want the pictures in the scroller to have a wider aspect
Find
".lof-navigator li img{"change
"width" to 80px or 90px
After all that if your using the " index.template.php" edits inside a portal like I am, you want to change all the 900px and replace them with 100%. I honestly dont know if it matters or not but I did it anyway, but it seemed to work fine before I changed them, but you can play with it yourself

If you have any doubts if this works or how it looks, view my webpage in my signature, and change your resolution to view the slider in both wide and fullscreen to view variation.