Reply To: Customizing the Header

Home Forums Iconic One Pro Support Customizing the Header Reply To: Customizing the Header

#728
askeric
Participant

Thanks for the help! In-Short, after a little finess with the percentages I got it to work, and it is awesome!

Here is the custom.css I ended up using so it displays correctly in IE, FF, and Chrome:

.socialmedia {width:72%;}
.themonic-logo {width:21%;}

————————-

Then to further improve the look (in my opinion) I went in to the Style.css and modified the code to drop the banner ad “margin-top” from the default of 30px to a little lower of 55px which I feel looks better with my logo.

.socialmedia{
float: right;
padding: 7px 10px;
text-align: right;
width: 35%;
margin-top:55px;
}

===============================