How Do I make the following changes toChaotic Soul theme?
-
1. Make 3 columns
2. Widen it
3. Remove the black block strip in the middle of the header?
4. Place customized font on page?The blog I need help with is: (visible only to logged in users)
-
-
-
1. It is not possible to change functionality or add functionality. CSS is a styling document only.
2. You have to widen #page, #header, .hr, #headerimg, #access, #wrapper, and then either #content, #sidebar, or both content and sidebar. You widen all of them by the exact same amount (except content/sidebar where you have to decide what you are widening).
#page, #headerimg, #wrapper { width: 760px; } #access, .hr { width: 758px; }#content {
width: 517px;
}Adjust one or the other, or both of the below as desired.
#sidebar { width: 200px; }3. This gets rid of the bar
#header-overlay { display: none; }4. You have available the full Typekit online font library to use as you choose. See this support document on using Typekit with your site here.
-
Thank you so much for your help. I took the strip off and will work on widening the content in the a.m. Gotta get some zzz’s. Thanks again!
-
- The topic ‘How Do I make the following changes toChaotic Soul theme?’ is closed to new replies.