Blogger Page Margins in Contempo
NAVIGATION CHAPTERS CONTENTS EXERCISES INDEX ABOUT CONTACT
Navigate
Blogger left panel → Theme → CUSTOMIZE drop-down menu → Edit HTML
CONTENTS: Left_Margin Right_Margin Page_Content_Fills_the_Screen
Left Margin
No Left Margin
.centered-bottom,.centered-top-container,.centered-top-placeholder{ padding:0 0px }
Original CSS
.centered-bottom,.centered-top-container,.centered-top-placeholder{ padding:0 16px }
Right Margin
No Right Margin (No Vertical Ads on blog)
.vertical-ad-container {
float: right;
margin-right: 0px;
width: 0px;
}
.page_body.has-vertical-ads .centered .centered-bottom {
display: inline-block;
width: calc(100% - 0px);
}
Original CSS
.vertical-ad-container {
float: right;
margin-right: 16px;
width: 128px;
}
.page_body.has-vertical-ads .centered .centered-bottom {
display: inline-block;
width: calc(100% - 176px);
}
Page Content Fills the Screen
Current Settings
<Group description="Widths">
...........
<Variable name="content.width" description="Content width" type="length"
min="600px" max="2400px" default="2400px" value="2400px"/>
...........
</Group>
Original CSS
<Group description="Widths">
...........
<Variable name="content.width" description="Content width" type="length"
min="600px" max="2400px" default="922px" value="922px"/>
...........
</Group>
No Vertical Ads on AdSense
If you don't want vertical ads, you should specify it at Ad Settings on AdSense:
Navigate
Your AdSense Account →
Left panel →
Ads (up) →
By site, All your sites →
Edit button (pencil) on right-down corner →
Overlay formats →
Unselect 'Side rail ads' →
Back from '←Overlay formats' (up)
→
Apply to site (down) →
Save
Comments
Post a Comment