Jump to content
aerta

remove white space round box in morefoot area

Recommended Posts

aerta

Hi,

I've added a box to the morefoot area on this page:

http://77.72.201.176/~thestage/

I've made the background colour of the box black. How do I make the whole morefoot area black so that there's no white space round the box?

Thanks for any help offered.

Share this post


Link to post
Share on other sites
batman

Hi aerta

You can try add in

PageLines > Site Options > Custom Code > CSS Rules

body.fixed_width #footer { background: black;}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
aerta

Thanks for the suggestion - but that just makes the footer black. My box is in the 'morefoot' section. That's the bit I need to make black.

Share this post


Link to post
Share on other sites
batman

Sorry, I´m not sure but

You can try

#morefoot_area .container-group  { background: black;}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
James B

Let us know if Batmans solution worked for you


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
aerta

Nope - I'm afraid this didn't work either.

Share this post


Link to post
Share on other sites
Danny

Hi,

As far as I can see your MoreFoot area is already black. If this isn't resolved, can you provide a concept image of how you want your Morefoot to look please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
aerta

It is black, that's right, but I've opened this issue up in another posting, so will close this now. Thanks

Share this post


Link to post
Share on other sites
Danny

The topic was marked as resolved.

  • Like 1

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

  • Similar Content

    • waynehat
      By waynehat
      Hello,
       
      I am working on may client's website, who is the manager of he site for his client. My client has hired me to fix the footer area of the website. As you can see here: http://www.makerstoolworks.com/, the MoreFoot Right Widget is Showing in the middle column.
       
      I would have downloaded the theme and done some digging into the files to see if there is a div tag out of place and so on. However, my client does not have the ftp login info for the website (as he is the marketing strategist. [Yes I know.... it's weird]).
       
      However, if you can point me into the right direction on where I need to start looking in order to fix the problem.
       
      Also, I do not know if my client's client has paid for premium support. So I hope that this question can be answered for me in all regards.
       
      Thank you
       
      Wayne Hatter
    • Claude203
      By Claude203
      I would like to format the Testimonial Box for mobile devices, considering that the container is a dynamic section. 
       
      Aside from targeting the specific elements in the @media section, is there anything else I could use to affect the dynamically changing shape?
       
      @media only screen and (max-device-width: 700px) {
      ?
      ?
      }
       
      Thank you!
    • gansoma
      By gansoma
      Hi! There is any option to link a box to another part of the same page ?, I have solved it in the case of tittles but I can't make it run with the boxes.
       
      Thanks!
    • kulmetehan
      By kulmetehan
      Hi guys,
       
      Is not being able to edit the font size also a known bug?
       
      See the footer on my website homepage: http://betercv.nl
       
      Here you can see that the textbox on the bottom left corner has a logo and some text in it. Even though I've set the text size (in the text box) to 14px, it keeps staying on 22px.
       
      I tried some css but I'm not so great in that.
       
      What I did was:
       
      Set the styling class of the textbox to: ".footertb"
       
      And then I put the folowing line in to the editor:
        .footertb {   font-size: 14px; }   But it didn't work. Any idea what I'm doing wrong and what I can do to fix it?
    • jacobtippett
      By jacobtippett+
      Hello,
       
      I am trying to get a MediaBox clickable, which I was able to do, but when doing so it added a large amount of unneccesary padding to the top and bottom of the image. I am trying to get it very close to the navigation bar. I can't seem to figure out how to fix this: [attachment=1670:Screen Shot 2013-10-19 at 1.36.19 AM.png]
       
      The code I am using is:
       
       
      <a href="http://therefinerychurch.org/about/vision"> <img border="0" src="[pl_site_url]/wp-content/uploads/2013/10/visionhome.jpg" alt="Our Vision"></a></p>   I am putting that code in the embed HTML section of a MediaBox.   Website: http://therefinerychurch.org   Thanks!
×