bobbyj1985
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Remove Logo on Homepage Header onlyI need help, so I found the header.php file but how or where do I paste this mentioned above. This is what I’m showing on that php file when I search logo
<div id=”logo”>
“><?php /* Custom Logo */ thinkup_custom_logo(); ?>
</div>Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Issues with footer and sizing tinymce widthawesome! I also added this line and it centered everything! Thnaks so much!
#footer-widgets .widget {width: 25%;}
Forum: Themes and Templates
In reply to: [Vantage] Issue with Footer Widgetssomething like this??
#black-studio-tinymce-3 {width: 70%;}
#google-language-translator {width: 10%;}
#social-media-widget {width: 20%;}it didn’t change anything though
Forum: Themes and Templates
In reply to: [Vantage] Issue with Footer Widgetsthanks for the tip however nothing changed, this is what I pasted below into my child theme
#footer-widgets .widget {width: 25%;}
#black-studio-tinymce-3 {width: 50%;}I adjusted the percentage but it moves the remaining widgets around, do I need to specify the width for the other two widgets?
Forum: Themes and Templates
In reply to: [Vantage] Issue with Footer Widgetscoreyscott, do you have any suggesstions for the widget issue? thanks a ton for the help
Forum: Themes and Templates
In reply to: [Vantage] Issue with Footer WidgetsThanks for the tip, that looks great on a larger monitor, but when I move it back over to my laptop that’s a lot of white space. Any tips to somehow make that responsive. My other pages look great, it’s just the landing page.