-
AuthorPosts
-
January 23, 2015 at 9:04 pm #384625
How could I make the logo I have in the header hug the left edge of the main content area for the site?
http://relationships-at-work.com/
thank you
garyJanuary 24, 2015 at 7:36 pm #384953Hi gharding!
Add this to your custom CSS.
.logo { left: -50px !important; }
Regards,
ElliottJanuary 24, 2015 at 8:17 pm #384973that didn’t work; could I have some CSS in there now that is conflicting or?
http://relationships-at-work.com/
g
_____
here is all the CSS I have going on now:.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a {
background-image: url(http://relationships-at-work.com/wp-content/uploads/2015/01/RelationshipsThatWorkLogoOnly_LogoWithWords.png);
background-size: contain;
background-repeat: no-repeat;
}.avia-menu-fx {
bottom: 50px !important;
}html.html_boxed {
background: #fff top center repeat scroll;
background-image: url(“http://relationships-at-work.com/wp-content/uploads/2015/01/symphony.png”);.header_color .cart_dropdown_link {
background: transparent;
}ul.cart_dropdown.visible_cart {
border: none;
right: 20px
}div#header_main ul.cart_dropdown.visible_cart {
display: none;
}<link rel=”stylesheet” href=”//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”>
#wrap_all {
border-right: 1px solid #000;
border-left: 1px solid #000;
}.logo { left: -50px !important; }
January 26, 2015 at 12:08 pm #385367Hi!
The code should work. Please remove this line:
<link rel=”stylesheet” href=”//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css”>
Regards,
IsmaelJanuary 26, 2015 at 7:57 pm #385792just did, but that didn’t change anything. sorry
g
January 28, 2015 at 2:55 am #386737Hi!
in your CSS code there is right now:
div .logo { left: 0; }
please change it correctly to:
div .logo { left: -50px; }
Use your Quick CSS field or custom.css.
Cheers!
AndyJanuary 28, 2015 at 8:32 am #386799that didn’t do it, but thank you!
January 29, 2015 at 8:54 am #387561This reply has been marked as private.January 30, 2015 at 9:49 am #388175 -
AuthorPosts
- You must be logged in to reply to this topic.