Can anyone help me with fixing my home page here so that the text takes up the full width of the page?
This is the custom code I tried to use:
body{font-size: 13px}
#feature .fcontent {
float: left;
height: 300px;
margin: 20px -500px 0 0;
padding: 20px 80px 20px 50px;
position: relative;
width: 850px;
z-index: 100;
}
This is a screen shot of the the same screen http://www.brenbrady.../10/Capture.png
7 replies to this topic
#1
Posted 15 October 2012 - 06:02 PM
#2
Posted 15 October 2012 - 06:25 PM
Hi censuspro, I have not iBlogPro but
I see that
body{font-size: 13px}
please, you can write:
body{font-size: 13px;}
with semicolon.
I see that
body{font-size: 13px}
please, you can write:
body{font-size: 13px;}
with semicolon.
#3
Posted 15 October 2012 - 06:45 PM
Hi censuspro, I have not iBlogPro but
I see that
body{font-size: 13px}
please, you can write:
body{font-size: 13px;}
with semicolon.
Just tried that, doesn't seem to have worked.
#4
Posted 15 October 2012 - 06:51 PM
Hi again
I try with firebug

If do you want?
I try with firebug
#feature .fcontent {position: relative;float: left;width: 850px;padding: 20px 80px 20px 50px;z-index: 100;margin: 20px -500px 0px 0px;height: 300px;}Look like this
If do you want?
#5
Posted 15 October 2012 - 08:48 PM
Hi again
I try with firebug#feature .fcontent {position: relative;float: left;width: 850px;padding: 20px 80px 20px 50px;z-index: 100;margin: 20px -500px 0px 0px;height: 300px;}Look like this
If do you want?
This is the exact code that is in the custome CSS but still doesn't change...
body{font-size: 13px;}
#feature .fcontent {
position: relative;
float: left;
width: 850px;
padding: 20px 80px 20px 50px;
z-index: 100;
margin: 20px -500px 0px 0px;
height: 300px;
}
#6
Posted 16 October 2012 - 07:41 AM
Hi
First of all the version of iBlogPro 4 you're using is 4.2.4, the latest version is Version: 4.2.6. I recommend you perform a backup and then update to the latest version.
Regarding your code not working, please add the following to your custom CSS, replacing the one you have already added.
First of all the version of iBlogPro 4 you're using is 4.2.4, the latest version is Version: 4.2.6. I recommend you perform a backup and then update to the latest version.
Regarding your code not working, please add the following to your custom CSS, replacing the one you have already added.
#wrapper #feature .fcontent {
position: relative;
float: left;
width: 850px;
padding: 20px 80px 20px 50px;
z-index: 100;
margin: 20px -500px 0px 0px;
height: 300px;
}
#7
Posted 16 October 2012 - 08:16 PM
Thanks Danny, that worked!
#8
Posted 16 October 2012 - 11:47 PM
The topic was marked as resolved.
Also tagged with one or more of these keywords: Resolved
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|













