brave200 Posted January 12, 2014 Share Posted January 12, 2014 Hello: I managed to relocate the hook for the module "E-Mail Newsletter Block" to the footer. The problem I'm having is the CSS code needs to be changed to match the background color of the footer etc. I've attached a photo to view of the exact problem area. I was using firebug to debug and I think it's just a tweak with the actual CSS file for blocknewsletter.css but I just want to make sure. Thanks again! Link to comment Share on other sites More sharing options...
vekia Posted January 12, 2014 Share Posted January 12, 2014 #newsletter_block_left { padding: 7px; border: 1px solid #ccc; background: #eee; } remove background param in styles above. it's a part of /modules/blocknewsletter/blocknewsletter.css as you said Link to comment Share on other sites More sharing options...
brave200 Posted January 13, 2014 Author Share Posted January 13, 2014 How can I make the below code for the newsletter.png image file align to the right side along with where it says News Letter? Thanks again for the help!! #newsletter_block_left .title_block, #newsletter_block_left h4 { padding:0 0 12px 28px; color:#666; text-shadow:0 1px 0 #fff; background:url(img/icon/newsletter.png) no-repeat 0 0 transparent; Link to comment Share on other sites More sharing options...
vekia Posted January 14, 2014 Share Posted January 14, 2014 you moved it to the footer so i don't know exactly what you expect. can you show any example? or just url? Link to comment Share on other sites More sharing options...
brave200 Posted January 14, 2014 Author Share Posted January 14, 2014 I've included a picture. I need to have the email envelope picture icon and text "News Letter" aligned to the right side. If I look at it in firebug it would appear the margin is set for the whole line, could we possibly do a margin-left and move the pixels over? Would this be a proper way? Thanks so much for your help!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now