• 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

Terry

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 - 41 through 60 (of 208 total)
← 1 2 3 4 … 9 10 11 →
  • Author
    Posts
  • April 25, 2019 at 6:53 am in reply to: Column Classes Mobile View Spacing Errors #490851
    Terry
    Member

    Looks like you got this footer media query taken care of, that's excellent!

    Please mark this thread as resolved if you're all set.

    April 25, 2019 at 6:49 am in reply to: Revolution Pro Button Issue #490850
    Terry
    Member

    What would you like to do?

    If you'd like the button centered & want to use Atomic Blocks but not fond of the hyperlink underline, you can inspect the css, find the property and then change the value.

    CSS can be changed in the Customizer (Customize => Additional CSS) or by editing your style.css file if you're comfortable ftping/editing.

    Let me know if this helps,
    Terry

    April 25, 2019 at 6:34 am in reply to: Making photos level in Monochrome Pro #490849
    Terry
    Member

    Just testing:

    .sidebar {
        padding-top: 50px;
    }
      
    @media only screen and (max-width: 1023px) {
        .sidebar {
        padding-top: 0;
    }
    }
    April 25, 2019 at 6:31 am in reply to: Beautiful Pro Theme & Embedding YouTube #490847
    Terry
    Member

    Great thanks Tom!

    Please mark this thread as resolved & hope it's a great day!

    April 24, 2019 at 6:47 pm in reply to: Beautiful Pro Theme & Embedding YouTube #490841
    Terry
    Member

    Hi Tom,

    You could add the video as a link in a Video widget - it looks like you're using a Text widget. So you could add the Video widget and then another text widget to get the current look all in that Welcome Message area.

    Add the Video Widget then "Add" => "Insert from URL" => paste your link (from the YouTube video "Share" link below the video).

    Let me know if that helped.

    Terry

    April 23, 2019 at 3:58 pm in reply to: Making photos level in Monochrome Pro #490825
    Terry
    Member

    So glad it worked!

    Take Care,
    Terry

    April 23, 2019 at 6:36 am in reply to: Making photos level in Monochrome Pro #490818
    Terry
    Member

    Hi,

    Not sure how that link got in there, it should NOT be there and is generating that error.

    Here's what it should be, sorry for the confusion...

    .sidebar {
        padding-top: 50px;
    }
     
    @media only screen and (max-width: 1023px) {
        .sidebar {
        padding-top: 0;
    }
    }
    

    I can't remove the link... try "@media only screen and..."

    April 20, 2019 at 6:02 am in reply to: Ambiance Pro Theme #490760
    Terry
    Member

    Morning,

    One approach is to add the following css... Something like below:

    .responsive-menu {
    	display: block;
    }
    
    #responsive-menu-icon {
    	display: none;
    	
    }
    
    @media only screen and (max-width: 980px) {
    .responsive-menu {
    		display: none;
    	}
    	#responsive-menu-icon {
    	display: inline-block;	
    }
    }
    

    You may also need to tweak the css for your menu.

    Hope this helps,
    Terry

    April 19, 2019 at 5:37 am in reply to: Stat checker that is flexible #490748
    Terry
    Member

    There are many different components/functions that make up JetPack. You may find an individual plugin is a good alternative depending on what you're using JetPack for.

    April 19, 2019 at 5:05 am in reply to: Need help! My logo isn’t displaying properly #490747
    Terry
    Member

    Victor has a great post on using your browsers inspector here. That will help you to find the correct selector/declaration to target.

    April 19, 2019 at 5:01 am in reply to: Eleven40 Pro – How To Unfixed Header Scroll? #490746
    Terry
    Member

    If you're comfortable editing your themes style.css file, on or around line 572 comment out or delete the following css declaration on .site-inner:

        /* margin: 65px 0 40px; */
    }

    Or use the Customizer (Customize => Additional CSS) to add the following:

    .site-inner {
        margin: 0 0 40px;
    }

    Victor has a nice tutorial on using your browsers inspector here. You can set that margin-top value (the first number in the margin statement) to whatever you prefer.

    Hope this helps.
    Terry

    April 19, 2019 at 4:51 am in reply to: Eleven40 Pro – How To Unfixed Header Scroll? #490745
    Terry
    Member

    Please share a link to your site.

    April 18, 2019 at 5:27 am in reply to: Making photos level in Monochrome Pro #490718
    Terry
    Member

    Morning,

    You can add the following code into your style.css or Customizer=>Additional CSS, depending on your comfort level.

    .sidebar {
    	padding-top: 50px;
    }
    
    @media only screen and (max-width: 1023px) {
    	.sidebar {
    	padding-top: 0;
    }
    }
    

    Victor has a great tutorial on using your browser's inspection tool that may help.

    Warm Regards,
    Terry

    April 18, 2019 at 5:11 am in reply to: Eleven40 Pro – How To Unfixed Header Scroll? #490717
    Terry
    Member

    Morning,

    If you're comfortable editing your themes style.css file, on or around line 1037 comment out or delete the following css declaration:

    position: fixed;
    

    Or use the Customizer (Customize => Additional CSS) to add the following:

    .site-header {
    	position: static;
    }
    

    Hope this helps.
    Terry

    April 18, 2019 at 4:58 am in reply to: One-Click Theme Setup does not appear #490716
    Terry
    Member

    Good Morning,

    Are you using the most recently updated version of Monochrome Pro? The Genesis child theme was updated 4/10/19.

    Try a clean install of the Monochrome child theme.

    Warm Regards,
    Terry

    April 10, 2019 at 6:15 am in reply to: Sixteen Nine Pro and left Sidebar Issues #490584
    Terry
    Member

    The design of the Sixteen Nine Pro theme has the header fixed along the left side for larger screen sizes.

    It looks like you may have added css via Customize => Additional CSS. Changing the css declaration position:fixed to position:static on the site-header class will allow that header to scroll.

    .site-header {
    position: static
    }

    Alternatively, make that change around line 865 in the theme style.css file.

    Hope that helps.

    April 5, 2019 at 8:33 am in reply to: How to remove Read More button when using Genesis Featured Posts Widget #490512
    Terry
    Member

    That's styled, along with other elements, on or around line 146 of style-front.css.

    Depending on how comfortable you are with editing css...
    you could go into the Customizer(Customize=>Additional CSS) and overwrite it with something like this...

    .front-page-1 .entry-content a.more-link {
    	border: none;
    	color: orange;
    	margin-top: 0;
    }

    or go into style-front.css add overwrite it by adding the overwrite before your media queries

    or you could remove
    .front-page-1 .entry-content a.more-link
    from on or around line 146 and add whatever styling you want before the media query

    .front-page-1 .entry-content a.more-link {
    	color: orange;
    }

    Hope this helps.

    April 3, 2019 at 8:34 am in reply to: Resize header in Sample Theme #490455
    Terry
    Member

    Great Rick, so glad it worked for you.

    Please mark this thread as resolved.

    April 3, 2019 at 8:05 am in reply to: Resize header in Sample Theme #490452
    Terry
    Member

    OK, to make this change requires changing the css. Depending on your comfort level, you can ftp the file, change and upload or make the change in the Customizer => Additional CSS.

    Let's move forward making the change in the Customizer...

    If you want the change to be applied to all screen sizes and centered, add the following after navigating to Customizer => Additional..

    .site-header .wrap {
    		width: 80%;
    	margin: auto;
    	}

    If you'd like it only applied to larger screen sizes (still centered), wrap it in a media query...

    @media only screen and (min-width: 960px) {
    .site-header .wrap {
    		width: 80%;
    	margin: auto;
    	}
    }

    Hope this helps!

    April 3, 2019 at 7:03 am in reply to: Resize header in Sample Theme #490450
    Terry
    Member

    Morning odnt,

    Do you want it to match the content width on larger screens?

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 208 total)
← 1 2 3 4 … 9 10 11 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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