Jump to content

Archived

This topic is now archived and is closed to further replies.

lroberts00

CSS, footer, Content Padding

Recommended Posts

lroberts00

Can someone help me with 2 things please:

 

http://turnkey1.thecreativeplace.org/

 

1. The padding between the video and the first row of boxes...I'd like them to be closer together.

 

2.  The footer.  I'd like the text and social icons to be all on one line.  I'm using the Full width side bar, should I be using another section?

 

Thanks!

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Please be aware that we do not provide extensive CSS support and therefore, in future you will need to attempt to do this yourself. To resolve your two questions, use the following CSS:

 

article.post-13 {
  margin-bottom: 0;
}
#content.clone_1 .content-pad {
  padding-bottom: 0;
}
#boxes.clone_1 .content-pad {
  padding-top: 0;
}
 
#sb_fullwidth.clone_1 li#text-2 {
  float: left;
}
#sb_fullwidth.clone_1 li#simple-social-icons-3 {
  float: right;
}
 
If you require any further CSS customisation, you will need to do this yourself. Therefore, I recommend you do the free course/interactive tutorial provided by Code School for Google Chromes dev tools.
 

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
lroberts00

Danny, I really do appreciate it!

Share this post


Link to post
Share on other sites
Danny

No problem.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×