Forum Replies Created
-
AuthorPosts
-
March 5, 2014 at 9:58 pm in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #232964
Hi:
I suspect it has something to do with my child custom css here:
/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*//* CBC CSS Changes */
/* Center Title of Portfolio Item */
.main_color .grid-entry-title {text-align:center;}
.main_color .iconbox_icon, .main_color .iconbox_top_icon {
background-color: #a81010 !important;
color: #ffffff !important;
border-color: #a81010 !important;
}.iconbox_content_container {
font-size: 16px;
color: ;
}.container_wrap.main_color.light_bg_color {
border: none !important;
}.main_color .avia-icon-list .iconlist_icon {
background-color: #a81010;
}.alternate_color .avia-icon-list .iconlist_icon {
background-color: #a81010;
}li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
opacity: 1;
visibility: hidden;
}/* Progress Bars */
.avia-progress-bar div.progress .bar {
background-image: none;
}/* Enfold Map Plugin */
#top #main #map.avia-section .template-page {
padding: 0;
}
#map .container {
width: 100%;
padding: 0;
margin: 0;
}
#avia_google_maps-3.widget {
padding-bottom: 0 !important;
}
.map {
width: 100%;
}
#map .avia-builder-widget-area {
margin-bottom: -30px !important;
}/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
#header{
background-color: white;
}#header_main .container, .main_menu ul:first-child > li a{ height:134px; line-height: 134px; }
/* Menu Dropdown Width */
.main_menu .menu ul { width: 160px; }
#top .main_menu {
right: 132px;
border-right-style: dashed;
border-right-width: 1px;
padding-right: 25px;
}#header_main .social_bookmarks {
position: absolute;
top: 50%;
margin-top: -15px;
right: 0;
}.social_header .phone-info {
float: right;
padding-top: 40px;
}.hr span {
border-color: #BCBCBC;
}#top .social_bookmarks {
padding-top: 30px;
float: right;
}#header_meta {
margin-top: -30px;
}.fixed_header.social_header #main {
padding-top: 117px;
}/*Add your own styles here:*/
I cleared all out of quick css. Take note of the logo size if that makes a difference.
The last social #4 twitter is the only one that shows up.
Thanks
Chris
March 5, 2014 at 9:20 pm in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #232928Hi:
OK that’s done. Have this in quick css:
#top .main_menu {
right: 132px;
border-right-style: dashed;
border-right-width: 1px;
padding-right: 25px;
}#header_main .social_bookmarks {
position: absolute;
top: 50%;
margin-top: -15px;
right: 0;
}
.social_header .phone-info {
float: right; padding-top: 40px; }/*HR Colors*/
.hr span {
border-color: #BCBCBC;
}Top bar is still showing with social on top.
Thanks
March 5, 2014 at 9:09 pm in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #232924Hi:
I have done that for the phone number and the social icons. Still can get them on the right side though.
Thanks
Chris
March 5, 2014 at 12:01 pm in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #232668Hi:
Just don’t know where to post them in the header?
Chris
-
AuthorPosts