Hi.
Enfold Layout Question
I would like to place a block of text in a page and have it align left to the browser window with 10 px of padding 50 pixels from the header bottom.
is this possible?
Thanks
Mike
Let me clarify.
I want the main container on my pages to stretch to full browser width. With 10 pixels of padding on the left margin and 50 pixels of padding from the header.
Hey!
Please add a Color Section element to your page and give it a custom ID then add following code to Quick CSS in Enfold theme options under Styling tab
#customid .container { width: 100%; margin-left: 10px; margin-top: 50px; }
Best regards,
Yigit
Yigit,
Thanks that worked like a charm. What I need to accomplish is to have a scrolling image gallery like this.In the color section.Where a user can scroll to the right to see more photos.
http://www.mauriziobavutti.com/still/
Any help with how I can do this in enfold would be appreciated
Mike