• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

rasor

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →
  • Author
    Posts
  • June 28, 2017 at 12:39 pm in reply to: ECP Events page weirdness with Magazine Pro #208402
    rasor
    Participant

    Never mind. I think I misread your post. sorry.


    rasor @ WPBasics.org | Buy me a coffee

    June 28, 2017 at 12:30 pm in reply to: ECP Events page weirdness with Magazine Pro #208400
    rasor
    Participant

    Did you add widgets to you Home Top widget section yet?


    rasor @ WPBasics.org | Buy me a coffee

    May 29, 2017 at 12:16 pm in reply to: Ionicon size #207139
    rasor
    Participant

    I believe the code to be changed in somewhere around line 640 of your style.css. change the font-size to whatever size you like.

    .content-box .icon {
        font-size: 40px;
    }

    rasor @ WPBasics.org | Buy me a coffee

    March 28, 2017 at 10:20 am in reply to: changing the hyperlink underscore colour in Atmosphere Pro #203967
    rasor
    Participant

    Try changing line 1380 of you style.css to

    .entry-content a {
        border-bottom: 1px solid #55acee;
    }

    rasor @ WPBasics.org | Buy me a coffee

    February 28, 2017 at 10:01 am in reply to: Altitude Front Page 1 Image Repeating #202178
    rasor
    Participant

    Your image may be to small.
    try adding the following to your css

     .front-page-1 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    rasor @ WPBasics.org | Buy me a coffee

    February 14, 2017 at 2:22 pm in reply to: Centering Nav Menu in Altitude Pro Media Queries #201173
    rasor
    Participant

    on line 1144 you have float:right: Try commenting this out.


    rasor @ WPBasics.org | Buy me a coffee

    February 3, 2017 at 8:46 am in reply to: Magazine Pro theme – color of RSS widget title #200500
    rasor
    Participant

    try this

    .sidebar .widget_rss .widget-title a{
    	color: red;
    }

    rasor @ WPBasics.org | Buy me a coffee

    September 21, 2016 at 7:26 am in reply to: Html5 Video Background Plugin #193460
    rasor
    Participant

    Check out this tutorial https://youtu.be/A25lDG96zwI


    rasor @ WPBasics.org | Buy me a coffee

    January 8, 2016 at 9:54 pm in reply to: Adding ph no at top – outreach pro #176016
    rasor
    Participant

    add this to your style.css

    .title-area {
        max-width: 100%;
    }

    and this

    .site-header .widget-area {
       font-size: 150%;
       width: 20%;
    }

    rasor @ WPBasics.org | Buy me a coffee

    January 8, 2016 at 8:45 pm in reply to: Adding ph no at top – outreach pro #176013
    rasor
    Participant

    What Victor said is correct. Can you put the number in the widget on your life site so we can have a look? Maybe their is some formatting required.


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 7:15 pm in reply to: Agency Pro home-top widget area #175804
    rasor
    Participant

    try adding this

    div#home-top {
        opacity: 1!important;}
    

    to your style sheet


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 3:26 pm in reply to: Altitude Pro front page widgets stacking and not resizing properly #175785
    rasor
    Participant

    It's kind of hard to diagnose what the problem is without seeing the dashboard of your site. If you want to grant me temporary admin access I will have a look for you. You can email me at [email protected].


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 2:33 pm in reply to: Altitude Pro front page widgets stacking and not resizing properly #175782
    rasor
    Participant

    do you have any widgets with <strong> tags in them?


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 1:38 pm in reply to: Altitude Pro front page widgets stacking and not resizing properly #175776
    rasor
    Participant

    Have you tried deleting the theme and re-installing a fresh copy. Just to make sure nothing has been corrupted.


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 1:24 pm in reply to: Altitude Pro front page widgets stacking and not resizing properly #175771
    rasor
    Participant

    Have de-activated all plugins yet?


    rasor @ WPBasics.org | Buy me a coffee

    January 6, 2016 at 9:46 am in reply to: Unwanted Extra Space #175742
    rasor
    Participant

    look for section @media only screen and (max-width: 800px) in the style.css file. there should be a line called.image-section .flexible-widgets

    adjust the padding-bottom as required. The lines you are looking for looks like this

    	.image-section .flexible-widgets {
    		padding-bottom: 80px;
    	}

    rasor @ WPBasics.org | Buy me a coffee

    January 1, 2016 at 8:27 pm in reply to: How to del the "hamburger" responsive toggle & just have menu perma expanded? #175363
    rasor
    Participant

    Comment out line 2263 of the style.css as below

    @media only screen and (max-width: 600px) {
    
    	.genesis-nav-menu.responsive-menu,
    	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    		/*display: none;*/
    	}

    A little more CSS and you can center the menu links and remove the hamburger menu icon


    rasor @ WPBasics.org | Buy me a coffee

    January 1, 2016 at 8:58 am in reply to: Add Logo Inside Navigation Bar (before menu) #175322
    rasor
    Participant

    Looks okay on my computer. Maybe you need to clear you cache.


    rasor @ WPBasics.org | Buy me a coffee

    January 1, 2016 at 6:55 am in reply to: Add Logo Inside Navigation Bar (before menu) #175314
    rasor
    Participant

    Did you add the css I provided above to your style sheet? That should bring in inline.


    rasor @ WPBasics.org | Buy me a coffee

    December 31, 2015 at 3:59 pm in reply to: Add Logo Inside Navigation Bar (before menu) #175297
    rasor
    Participant

    add this to functions.php

    /* Add Logo to Nav bar*/
    
    add_filter( 'genesis_nav_items', 'ja_logo_to_nav', 10, 2 );
    add_filter( 'wp_nav_menu_items', 'ja_logo_to_nav', 10, 2 );
    /**
     * Based on tutorial Follow Icons in Menu
     * @author Bill Erickson
     * @link http://www.billerickson.net/genesis-wordpress-nav-menu-content/
     *
     * @param string $menu
     * @param array $args
     * @return string
     */
    function ja_logo_to_nav($menu, $args) {
    	$args = (array)$args;
    	if ( 'primary' !== $args['theme_location']  )
    		return $menu;
    	$logo = '<li id="logoNav"><img src="'.get_bloginfo('stylesheet_directory').'/images/logo.png" /></li> ';
    	return $logo . $menu;
    }

    and this to style.css

    /* Add Logo to left of nav bar*/
    #logoNav {
    	float: left;}
    
    #logoNav img {
    	max-height: 50px;
    	margin-top: 12px;
    }

    Adjust the CSS as required.
    It should work. Let me know how it goes.


    rasor @ WPBasics.org | Buy me a coffee

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 35 total)
1 2 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble