• 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

emasai

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 1,176 total)
1 2 3 … 57 58 59 →
  • Author
    Posts
  • March 20, 2018 at 12:28 pm in reply to: minimize whitespace #218154
    emasai
    Participant

    The site-header and site-header wrap have a lot of bottom padding, which you could remove in the media queries.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 19, 2018 at 2:14 pm in reply to: Lifestyle Pro Border or Outline showing #218111
    emasai
    Participant

    That is the image that you uploaded for this section, which has a different url than http://www.stylishpatina.com/ this section goes to http://www.stylishpatinashop.com/

    This is the uploaded image: http://assets.shoplightspeed.com/stylish-patina-home-gift-diy-shop-chalk-paint-by-a/logo.png?20180317195633


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 17, 2018 at 2:44 pm in reply to: Change width of home page widget area #218031
    emasai
    Participant

    In developer tools, I'm seeing the following rule which is restricting the width:

    .flexible-widgets.widget-area .widget:nth-of-type(1) {
        max-width: 600px;
        margin: 0 auto 60px;
    }

    If you remove the max width your columns stack correctly.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 17, 2018 at 2:41 pm in reply to: Colour scheme customisation only works on mobile? Agency Pro theme #218030
    emasai
    Participant

    On Firefox, Chrome and Safari on Mac, I can see a purple background which then fades to a white background with purple design elements, same on desktop as on mobile.

    However, your navigation rollover are almost invisible with purple on black.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 15, 2018 at 1:10 pm in reply to: creating page templates? Mag Pro #217950
    emasai
    Participant

    Try this tutorial or google custom page template for Genesis/StudioPress


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 14, 2018 at 9:37 am in reply to: How to remove subhead from theme for all BUT the homepage #217879
    emasai
    Participant

    Try setting .site-description to display: none; this will hide it on all pages, then write a new css rule after that one for .home .site-description{ display: block;}


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 14, 2018 at 7:59 am in reply to: Increase Simpe Social Icon Size #217874
    emasai
    Participant

    I looked at your site with web inspector and the font size has not been changed, this is what I saw:
    .site-topbar .simple-social-icons li a, .site-topbar .simple-social-icons li a:hover, .site-topbar .simple-social-icons li a:focus {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;

    padding: 11px 10px;
    text-align: center;
    }


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 13, 2018 at 2:01 pm in reply to: Increase Simpe Social Icon Size #217854
    emasai
    Participant

    Increase the font size and rem which is set to 14px. If you increase too big you will have to modify the height of .top-bar


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 13, 2018 at 11:48 am in reply to: How Do You Make Top Menu, Sub Menu Items Into 2 Columns? #217849
    emasai
    Participant

    Easy, increase the width of the ul.sub-menu and reduce the width of the sub-menu .li tag


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 13, 2018 at 11:44 am in reply to: Aligning text widget to the left #217848
    emasai
    Participant

    It looks like you managed to do it yourself?


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    March 13, 2018 at 11:41 am in reply to: Increasing size of header image #217847
    emasai
    Participant

    I hope you are comfortable modifying style.css
    Here is what you need to do:
    Decrease padding on .site-header to 20px, (line 1076)
    Next increase the width of .site-title to 600px, line 1085
    Then decrease the width of .site-header .widget-area to 300px, line 1148
    Last of all on .header-image .site-title a, increase the min-height to 300px, line 1138

    On mobile, you will have to tinker with the min-height again at the different break points.

    I hope that helps


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 19, 2018 at 9:23 am in reply to: Remove Padding in mobile mode for Academy Pro #215545
    emasai
    Participant

    That is coming from line 2568

    .content .post.entry .entry-title, .content .post.entry .entry-meta, .content .post.entry .entry-content, .full-width-content .content .entry .entry-title, .full-width-content .content .entry .entry-meta, .full-width-content .content .entry .entry-content {
        padding: 0 40px;
    }

    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 12, 2018 at 11:28 am in reply to: Unable to Change Site Tile Font #215339
    emasai
    Participant

    That is the correct way to change the font, but only if it is already enqueued in the functions file.

    The code to look for is:

    //* Enqueue Google fonts
    add_action( 'wp_enqueue_scripts', 'a4a_google_fonts' );
    function a4a_google_fonts() {
    	wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Roboto+Slab:400,500,700', array(), CHILD_THEME_VERSION );
    }

    In this case the font that will load is Roboto Slab. Do not modify the functions file through the WordPress dashboard, it should be downloaded via FTP, copied and saved, modified then uploaded.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 12, 2018 at 11:21 am in reply to: Header Image Size Problem #215338
    emasai
    Participant

    In the functions file the width and height are inverted. Height should be 401 and width 1140.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 10, 2018 at 8:43 am in reply to: Remove Padding in mobile mode for Academy Pro #215266
    emasai
    Participant

    Write a new css rule in the media queries, copy and paste the above code and change the padding to 0 or whatever it needs to be.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 9, 2018 at 12:33 pm in reply to: Change Author Pro Archive Page Layout to add sidebar for tag cloud #215231
    emasai
    Participant

    You could use .post-type-archive-books as that is the type of page you wish to target.

    You could add a Tag cloud plugin, see HERE

    I have never used Author Pro, so I am not familiar with its settings.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 9, 2018 at 11:41 am in reply to: Daily Dish Pro "Before Header" Widget Not Mobile Responsive? #215229
    emasai
    Participant

    That's the problem with banner ads, which usually nobody looks at anyway.

    With CSS you can hide this ad on mobile using display: none; and use a smaller version for mobile. You need to install both ads, hide the small one on desktop and display: block; on mobile, then hide the large one on mobile.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 9, 2018 at 11:33 am in reply to: Change Author Pro Archive Page Layout to add sidebar for tag cloud #215228
    emasai
    Participant

    You should add your code to the child theme's functions.php, always do this through FTP, never through the Dashboard Editor, white screen of death assured. Save the original functions.php or copy to a text editor in case you make a mistake and need to revert back to the original.

    To target a specific page or page-template you would need to add a WordPress conditional tag

    You can find the page name by using Developer tools in your web browser and looking at "body class" at the top of the page.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    January 9, 2018 at 11:15 am in reply to: Remove Padding in mobile mode for Academy Pro #215227
    emasai
    Participant

    The source of your problem is this line of css on line 2065

    .content .academy-entry-image-aligncenter .entry-header, .content .academy-entry-image-alignleft .entry-header, .content .academy-entry-image-alignright .entry-header {
        padding: 0 60px;
    }

    You are correct in removing the padding, but you are not targeting the correct css rule.


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

    September 29, 2017 at 1:08 pm in reply to: Digital Pro #212010
    emasai
    Participant

    Use the developer tool of your browser to find the tag and modify it in the style.css. See this article by Victor Font


    Need Website Customization or a Responsive CSS fix? Contact Me
    Lynne emasai.com

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 1,176 total)
1 2 3 … 57 58 59 →

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