Title: PressMaximum's Replies | WordPress.org

---

# PressMaximum

  [  ](https://wordpress.org/support/users/pressmaximum/)

 *   [Profile](https://wordpress.org/support/users/pressmaximum/)
 *   [Topics Started](https://wordpress.org/support/users/pressmaximum/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pressmaximum/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pressmaximum/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pressmaximum/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pressmaximum/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pressmaximum/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 325 total)

1 [2](https://wordpress.org/support/users/pressmaximum/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pressmaximum/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/pressmaximum/replies/page/20/?output_format=md)
[21](https://wordpress.org/support/users/pressmaximum/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/pressmaximum/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/pressmaximum/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Getting hero image to cover logo](https://wordpress.org/support/topic/getting-hero-image-to-cover-logo/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/getting-hero-image-to-cover-logo/#post-15037179)
 * Hi,
 * The Pro module Header Transparent might help you to do that, please read more
   on the documentation [https://pressmaximum.com/docs/customify/customify-pro-modules/header-transparent/](https://pressmaximum.com/docs/customify/customify-pro-modules/header-transparent/)
 * Or you can create the page with Elementor page builder [https://elementor.com/help/sticky-transparent-header/](https://elementor.com/help/sticky-transparent-header/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Always display submenu on fullscreen overlay](https://wordpress.org/support/topic/always-display-submenu-on-fullscreen-overlay/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/always-display-submenu-on-fullscreen-overlay/#post-15000980)
 * Hi,
 * You can try to add this custom CSS code in Appearance > Customize > Additional
   CSS, to display the submenu instead of clicking on the toggle arrow.
 *     ```
       .menu_sidebar_slide_overlay .nav-menu-mobile .menu-item .sub-menu {
           display: block !important;
           opacity: 1 !important;
           height: auto !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Footer and last section](https://wordpress.org/support/topic/footer-and-last-section/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/footer-and-last-section/#post-15000968)
 * Hi,
 * The default padding (top, bottom) of the footer main section is 2.5 em. The free
   version does not support customizing this padding.
 * If you use the Elementor page builder to create the page content, you can remove
   the space of the last content section.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Please Update](https://wordpress.org/support/topic/please-update-107/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/please-update-107/#post-14965846)
 * Thanks for your feedback.
 * We will consider adding the feature request to the backlog development.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Customify theme missing stylesheet](https://wordpress.org/support/topic/customify-theme-missing-stylesheet/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/customify-theme-missing-stylesheet/#post-14948118)
 * Hi,
 * Can you please share some screenshots of the issue? You can download the latest
   version of Customify theme 0.3.7 here [https://wordpress.org/themes/customify/](https://wordpress.org/themes/customify/)
   
   and try to re-install it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] removing Google Fonts from theme?](https://wordpress.org/support/topic/removing-google-fonts-from-theme/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/removing-google-fonts-from-theme/#post-14948108)
 * Hi,
 * You can use this snippet code to remove Google fonts from the theme
 *     ```
       add_filter( 'customify/list-fonts', function( $fonts ) {
           unset ($fonts['google'] );
           return $fonts;
       } );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Child-theme](https://wordpress.org/support/topic/child-theme-332/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/child-theme-332/#post-14932471)
 * Hi,
 * You can use this plugin to generate a standard child theme quickly [https://wordpress.org/plugins/child-theme-generator/](https://wordpress.org/plugins/child-theme-generator/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Portfolio Gallery dont load if in Browser Cache](https://wordpress.org/support/topic/portfolio-gallery-dont-load-if-in-browser-cache/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/portfolio-gallery-dont-load-if-in-browser-cache/#post-14916097)
 * Hi,
 * The Portfolio Gallery on your site is created by the plugin Uber Grid, so I recommend
   contacting Uber Grid support to ask for help with this case.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Please Update](https://wordpress.org/support/topic/please-update-107/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/please-update-107/#post-14909923)
 * Hi,
 * Can you please give more details about the issue? We can check it and see something
   we can do from our end.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Breakpoints: Tablet- and mobile-view](https://wordpress.org/support/topic/breakpoints-tablet-and-mobile-view/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/breakpoints-tablet-and-mobile-view/#post-14902232)
 * Hi,
 * Currently, the theme does not have options to adjust the breakpoint. I will create
   a feature request for the future development of the theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Logo & site identity: desktop vs. mobile](https://wordpress.org/support/topic/logo-site-identity-desktop-vs-mobile/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/logo-site-identity-desktop-vs-mobile/#post-14879157)
 * Hi,
 * Currently, there is no option that supports hiding the site title and shows the
   tagline under the logo on the mobile view like that. But you can try to use this
   custom CSS code in Appearance > Customize > Additional CSS
 *     ```
       @media (max-width: 767px) {
           .site-branding {
               display: block
           }
   
           .site-branding .site-title {
               display: none
           }
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] gutenberg editor width](https://wordpress.org/support/topic/gutenberg-editor-width-4/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/gutenberg-editor-width-4/#post-14858495)
 * Hi,
 * It’s not possible but you can change the width of the site in Appearance > Customize
   > Layouts > Global.
 * Or change the layout of a specific page by editing the page > Customify Settings
   box > Layout > Content Layout.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] RTL and minicart](https://wordpress.org/support/topic/rtl-and-minicart/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/rtl-and-minicart/#post-14837807)
 * Hi,
 * I see our support engineers help you to resolve this issue in the ticket system.
   So I will mark this topic as Resolved.
 * You can share your knowledge with other users.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Want to widen table column](https://wordpress.org/support/topic/want-to-widen-table-column/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/want-to-widen-table-column/#post-14837801)
 * Hi,
 * Please don’t share the site info here. You can share some screenshots on your
   site about the question.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customify] Sticky header doesn’t works (pro)](https://wordpress.org/support/topic/sticky-header-doesnt-works-pro/)
 *  Theme Author [PressMaximum](https://wordpress.org/support/users/pressmaximum/)
 * (@pressmaximum)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/sticky-header-doesnt-works-pro/#post-14819332)
 * Hi,
 * I see the header sticks on the top when scrolling as well. Can you please re-
   check it?

Viewing 15 replies - 1 through 15 (of 325 total)

1 [2](https://wordpress.org/support/users/pressmaximum/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pressmaximum/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/pressmaximum/replies/page/20/?output_format=md)
[21](https://wordpress.org/support/users/pressmaximum/replies/page/21/?output_format=md)
[22](https://wordpress.org/support/users/pressmaximum/replies/page/22/?output_format=md)
[→](https://wordpress.org/support/users/pressmaximum/replies/page/2/?output_format=md)