ttorriero
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Company Logo Not In-LineHi Richard! Thanks so much,
Where would I input display:none?
<div class=”search_keywords”>
<label for=”search_keywords”><?php _e( ‘Keywords’, ‘wp-job-manager’ ); ?></label>
<input type=”text” name=”search_keywords” id=”search_keywords” placeholder=”<?php esc_attr_e( ‘Keywords’, ‘wp-job-manager’ ); ?>” value=”<?php echo esc_attr( $keywords ); ?>” />
</div>Forum: Plugins
In reply to: [WP Job Manager] Company Logo Not In-LineHi Richard,
Thank you so much for your help!
Seems I can’t find exactly where to input the CSS for this?
Also, I don’t know where to access overriding the template? I went into settings > and tried to find the plugin, but could not. (This may be because I am trying to input this via WordPress directly in my themes admin settings).
Any other direction or help with this is greatly appreciate!
Forum: Themes and Templates
In reply to: Hiero WordPress Theme@media screen and (max-width: 960px) { .container { width: 90%; }I changed 90% to 66%
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeShoot didnt work :/
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeAwesome!
Cleared my cache and it still is the same.
I think it could be a problem here:
@media screen and (max-width: 960px) { .container { width: 90%; }Forum: Themes and Templates
In reply to: Hiero WordPress ThemeHey there,
Thanks so much for your help!
I tried updating the code per your idea and it didn’t seem to work ;/
Any other ideas why it isn’t responding?
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeThanks so much for your help!
I have figured it out. the only issue I am having is that the individual posts on mobile are not responsive?
Again,
Thanks so much for your help!
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeHere is the code:
[ Massive amount of code moderated, a link to the download or pastebin.com would be better. https://wordpress.org/themes/hiero ]Forum: Themes and Templates
In reply to: Hiero WordPress ThemeHaving issue with responsive part of my site. The menu automatically opens on mobile/tablet display.
I don;t know where to implement this code: @media screen and (max-width: 960px) {
#main-navigation{top:20px;}
}Forum: Themes and Templates
In reply to: Hiero WordPress ThemeAwesome thanks!
How do I get rid of those dots and lines between each category?
Forum: Themes and Templates
In reply to: Hiero WordPress ThemeRather than make them larger, how do I center the menu and the title?
I assume I have to remove the header widget area?