batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Circle Icons in Footer.widget_circleicon-widget .circle-icon-box h4 { color: #fff; }Forum: Themes and Templates
In reply to: [Vantage] Circle Icons in Footer.widget_circleicon-widget { clear: none; }Will align the footer widgets horizontally in the footer.
Forum: Themes and Templates
In reply to: Formatting screwed up on my latest post. Any ideas?http://codex.wordpress.org/Forum_Welcome#Commercial_Products
We don’t have access to that theme, you will need to seek support from the site that provided you with the theme.Forum: Themes and Templates
In reply to: remove space between widgetsIt looks like you have 2 blank text widgets in your sidebar. You can remove them through Appearance > Widgets.
#colophon:after{ content:"Copyright blah blah blah"; }Forum: Themes and Templates
In reply to: [illustrative] How to stretch ContentAfter doing more research on my local system it appears using a child-theme breaks the menu styling and functionality on this theme.
Forum: Themes and Templates
In reply to: [Fruitful] Lowercase letters on menu.main-navigation a { text-transform: none; }Forum: Themes and Templates
In reply to: images centered in editor not on live postAs you can see by the linked screen shot your cache/minify css still has the setting at 3px. When its unchecked in DevTools it does center the image.
You may have to clear the cache or wait longer for it to clear itself.
http://s28.postimg.org/81dawid19/Untitled.pngForum: Themes and Templates
In reply to: Theme Stopped Working – Compatibility issuesWe don’t have access to that theme, you will need to seek support from the site that provided you with the theme.
http://codex.wordpress.org/Forum_Welcome#Commercial_ProductsForum: Themes and Templates
In reply to: [Attorney] Header image#site-logo > a > img { box-shadow: none; }Forum: Themes and Templates
In reply to: Overriding Theme to make plugin full screenWe don’t have access to that theme, you will need to seek support from the site that provided you with the theme.
http://codex.wordpress.org/Forum_Welcome#Commercial_ProductsForum: Themes and Templates
In reply to: Aligning searchform in center of pageYou would want to use a custom css plugin or child-theme to make the edits. Any edits made to the original files will be overwritten if the theme is upgraded.
Then for the search just add 100% width.
#top-search { width: 100%; }Forum: Themes and Templates
In reply to: Overriding Theme to make plugin full screenLink to site?
Name of theme?
Name of plugin?Forum: Themes and Templates
In reply to: {Theme:Twenty Twelve} Add text above navigation@rpitts
Since your using a child-theme, it would be easy to add it to your header.php
Start by copying your header.php into the child-theme folder.
Then find your <hgroup> code and change to look like the following, changing the address & phone of course.<hgroup> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?><br /> ADDRESS<br />PHONE #</h2> </hgroup>Then remove any styling you added to the <hgroup> and .site-description etc..
We can style that so it appears right aligned after these steps.Forum: Themes and Templates
In reply to: How do I change Author, Date, Category under post title?We don’t have access to that theme, you will need to seek support from the site that provided you with the theme.
http://codex.wordpress.org/Forum_Welcome#Commercial_Products