klaw718
Forum Replies Created
-
Forum: Themes and Templates
In reply to: make header full width in all browsersyeah but i actually got it to work in all browsers except chrome now. and that’s on both my 15in and 17in computer. so there’s something about my code that isn’t making it display properly in chrome. im just trying to figure out what it is
Forum: Themes and Templates
In reply to: Create a full-width page templatelol I fixed it. thanks for reminding me haha ??
Forum: Themes and Templates
In reply to: Create a full-width page templateYeah I made a mistake, I want the text to be aligned to the left but just in the middle of the screen. I’m trying to add some margins and padding in there to hopefully do the job.
Forum: Themes and Templates
In reply to: Create a full-width page template.full-width-content .content {
text-align: center;
width: 100%;
}there’s the code I found that controls full width content
Forum: Themes and Templates
In reply to: Create a full-width page templatehttps://www.thepeacetribe.com/our-mission/
I found the CSS that includes the full page content, it should be .full-width-content or something like that, now I think I just need padding/margins to make everything centered. I added text-align: center but that didn’t quite do the job. What do you think?
Forum: Themes and Templates
In reply to: Create a full-width page templateUnfortunately he offers no additional support ??
It’s called the Raider theme for the genesis framework.
Forum: Themes and Templates
In reply to: float 'read more' button to the right side of excerptsthanks so much! it worked! i guess there was something wrong with my code before..anyway thanks again, it looks great now
Forum: Themes and Templates
In reply to: move social icons and search bar to the right in nav menui changed the code back so now I’m working on the submenu items. any help would be appreciated!
Forum: Themes and Templates
In reply to: move social icons and search bar to the right in nav menuPHP:
// Add Social Widget Area for Primary Nav
genesis_register_sidebar( array(
‘id’ => ‘nav-social-menu’,
‘name’ => __( ‘Nav Social Menu’ ),
‘description’ => __( ‘This is the nav social menu section.’ ),
) );// Add Search to Primary Nav
add_filter( ‘wp_nav_menu_items’, ‘genesis_search_primary_nav_menu’, 10, 2 );
function genesis_search_primary_nav_menu( $menu, stdClass $args ){
if ( ‘primary’ != $args->theme_location )
return $menu;if( genesis_get_option( ‘nav_extras’ ) )
return $menu;ob_start();
echo ‘<li id=”menu-item-4439203″ class=”custom-social menu-item”>’;
genesis_widget_area(‘nav-social-menu’);
$social = ob_get_clean();$menu_search = sprintf( ‘%s’, __( genesis_search_form( $echo ) ) );
return $menu . $social . $menu_search;
}Forum: Themes and Templates
In reply to: move social icons and search bar to the right in nav menuCSS:
.nav-primary {
background-color: #663300;
height: auto;
}.nav-primary aside {
width: auto;
display: inline-block;
height: auto;
width: 200px;
}.simple-social-icons ul li {
margin-right: 0 !important;
}.nav-primary .search-form {
display: inline-block;
width: auto;
vertical-align: middle;
height: auto;
margin-left: 0px;
margin-right: 15px;
}Forum: Plugins
In reply to: [Genesis eNews Extended] Subscribe button outside of paddingthank you SOOO much! looks beautiful now ??
Forum: Plugins
In reply to: [Genesis eNews Extended] Subscribe button outside of paddingnevermind I fixed the issue of the subscribe button being outside the box, but now there’s not enough space between the bottom of the box and the subscribe button. at least i got rid of one of the problems ?? haha
Forum: Themes and Templates
In reply to: [Theme: Genesis] need help adding space after 'read more' linkThanks so much! That worked a charm ??
Forum: Fixing WordPress
In reply to: Removing borders around widgetsoops don’t know what happened there. my website is https://www.thepeacetribe.com