Jump to content
Sign in to follow this  
thegamescene

Pagelines Blocks?

Recommended Posts

thegamescene

This is something I would love to see in Pagelines...blocks. A design feature where you can add a border and make any object a block. Like a sidebar or the content area. I personally do not know how to use Firebug to add borders but I would like to see it easily built in someday. For now, can someone help me out with how to add a border around the content area using firebug? or a sidebar? I already asked this but I didn't get the answer I was looking for.

Share this post


Link to post
Share on other sites
Kate

Do you have a link to your site, please?

Share this post


Link to post
Share on other sites
catrina

Okay, since you already have Firebug, here are steps on how to use it: 1. Turn Firebug on. 2. Click on the icon with the cursor on a blue rectangle and then select the the content area (you should see a blue rectangle around it). 3. In the HTML source, the DIV layer div=mcolumn-pad should be selected. This is the content area you want to add the border to. 4. Here is the CSS you'd use to add the border around the content area:

#column-main div.mcolumn-pad {border: 1px solid #000;}

#column-main was added because it's the container for mcolumn-pad (the box containing the content area) and div.mcolumn-pad is added because that is what you want to change. Does that make sense? You can add the CSS to PlatformPro Settings > Custom Code > Custom CSS to test it. Here is additional step-by-step info on how to use Firebug for CSS customizations: http://www.pagelines.com/docs/?s=firebug#101


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×