Support Forums for LiveMesh Themes & Plugins › Forums › FitPro Theme Support › Social Icons and Spacing
Tagged: social icons, spacing
- This topic has 10 replies, 2 voices, and was last updated 11 years, 6 months ago by
Veena.
-
AuthorPosts
-
September 18, 2014 at 7:38 pm #9312
erinmae108
MemberHi. How can I add social icons to my header? Also, I would like to reduce the white spacing above and below the slider.
http://69.89.31.111/~awakene5/
Thanks!
September 19, 2014 at 11:47 am #9324Veena
ModeratorFor reducing white space pls add the below custom CSS in themeoptions –
article.post-12226.page .vc_row { padding: 30px 0px; }September 19, 2014 at 11:50 am #9325Veena
ModeratorPls add the following codes in header.php immediately after – get_template_part(‘menu’, ‘primary’); // Loads the menu-primary.php template.
?>September 19, 2014 at 11:56 am #9326Veena
ModeratorAlso add the following custom css in themeoptions.
.social-wrap{ clear:both; display:inline-block; }There may come a little difference in alignment.It can be resolved using custom CSS.
If you experience any problem pls let us know.September 23, 2014 at 10:49 pm #9428erinmae108
MemberThank you- it seems there is something extra showing up- also how can i padding between the logo and nav bar and also below the slider?
Thanks!
September 24, 2014 at 7:04 am #9433Veena
ModeratorIn header.php you can see the same code that appeared on your page.Pls go to that code line in header.php and you can see space in between the angle bracket and the question mark,pls remove the same.
The sceenshot given by me is self explanatory.Thanks
September 24, 2014 at 7:06 am #9435Veena
ModeratorYou can give padding like below custom CSS
#site-logo { padding-bottom: 0px; }article.post-12226.page .vc_row { padding: 30px 0px 0px 0px; }September 24, 2014 at 4:16 pm #9449erinmae108
MemberThank you so much- super helpful!!
September 24, 2014 at 6:13 pm #9451erinmae108
MemberOkay last question for logo and nav bar- how can I bring up the nav bar to be inline with the logo? And thus bring up the social icons as well. Thanks.
September 24, 2014 at 6:20 pm #9452erinmae108
Membersomething like this
September 26, 2014 at 10:20 am #9489Veena
ModeratorSince your primary menu list is lengthy unless you reduce the list,it will be difficult to allign the menus’s as per the screenshot and also it will affect site’s responsive feature.
Pls try to use dropdown menus So that you can use the following custom CSS.
Also pls remove the primary menu custom CSS that you have applied before.woocommerce-site #primary-menu { margin-right: 0px; } .#primary-menu { top: 35px; } .social-wrap ul.social-list { position: absolute; top: 0px; right: 0px; } @media only screen and (max-width: 487px) { #site-logo { padding-top: 40px; }} -
AuthorPosts
- The forum ‘FitPro Theme Support’ is closed to new topics and replies.