Cyberchimps Responsive Theme Help – Getting rid of empty spaces
-
Hi this is the website in question http://amiduomar.com
I am re-modeling and I like the basic layout with all the widgets; I just want to get rid of the ‘home page’ area where it originally says ‘hello world’ etc.
I got rid of the box by using the following code:
#wrapper,
#featured,
.widget-wrapper {
background-color: transparent;
border: none;
}I pasted it under theme options into the custom css field.
Now, as you can see, I am left with a lot of empty space that I am trying to get rid of.
Help please :)
Thanks
The blog I need help with is: (visible only to logged in users)
-
Try this in place of the code you used to get rid of the box:
#featured,
#featured-content,
#featured-image {
background-color: transparent;
border: none;
padding: 0px;
margin: 0px;
height: 0px;If you decide you like the white boxes around each of the three columns, just remove this line: background-color: transparent;
-
- The topic ‘Cyberchimps Responsive Theme Help – Getting rid of empty spaces’ is closed to new replies.