- This topic has 4 replies, 2 voices, and was last updated 11 years, 9 months ago by Sakin.
-
AuthorPosts
-
February 4, 2013 at 2:52 am #3628ZonalRipperMember
Hi,
I found a post previously about moving the social link in the header area. But the custom CSS i entered doesn’t appear to do anything.
I wanted to move the social links above my Logo and reduce the spacing.
Here is the website: http://www.tpsukpodcast.com
The CSS was:
#header .social-search {margin-top: 20px;}
#header .logo-wrap { margin-top: 30px; }
#header #mainmenu { margin-top: 30px; }This is the content of my total Custom CSS Style:
#header .social-search form.searchform {display: none;}
#main #content .post h2.entry-title { font-size: 20px; line-height:25px; }
#add_image_size( ‘featured’, 100, 100, true); // uses on homepage featured image
#header .social-search {margin-top: 20px;}
#header .logo-wrap { margin-top: 30px; }
#header #mainmenu { margin-top: 30px; }Thanks
Zonal
February 4, 2013 at 2:58 am #3630ZonalRipperMemberAlso….
Is it possible to change to opacity of the large grey area behind the logo?
Thanks
February 4, 2013 at 7:48 pm #3648SakinKeymasterCannot change the opacity of the larger grey background. You can either remove the background by adding following css in Custom CSS box
#header {background: none; }
Or you can change the background image to transparent one
#header {background: url("Your Image URL") repeat-x scroll left bottom transparent; }
For social icon above:
#header .layout-978 { position: relative; }
#header .logo-wrap { margin-top: 55px; }
#header .social-search { margin-top: 10px; padding-right: 0; position: absolute; right: 0; top: 0; }
February 4, 2013 at 8:14 pm #3653ZonalRipperMemberHi,
Many thanks, worked a treat except for
#header { background: none; }
This doesn’t appear to work, the large grey area still remains, also the padding for the bottom of the logo i can’t get to work either, i would like the Logo closer to the menu
Thanks,
Zonal
February 4, 2013 at 9:52 pm #3665SakinKeymasterHi Zonal,
Please remove this from “Custom CSS” and it will work
#add_image_size( 'featured', 50, 50, true); // uses on homepage featured image
You are supposed to add only css in “Custom CSS” box not the WordPress Functions.
Regards,
Sakin -
AuthorPosts
- The topic ‘Move Social Links and Spacing’ is closed to new replies.