miles98
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can't figure out how to change my site descriptioni litterally just installed a seo plugin but how do i change the description in my live site
Forum: Themes and Templates
In reply to: [Store] HELP centering an individual pageOH MY GOD neo thanks I’ve been messing with this for hours your a savior
Forum: Fixing WordPress
In reply to: HELP centering an individual pageoh, ok well thanks for the help 🙂 have a good night
Forum: Fixing WordPress
In reply to: HELP centering an individual pageHi, Michael
Thanks for the response I went to my page.css but didn’t see anything like what you have above to replace it with
this is my page.php
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package store
*/get_header(); ?>
<div id=”primary-mono” class=”content-area <?php do_action(‘store_primary-width’) ?> page”>
<main id=”main” class=”site-main” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?><?php endwhile; // end of the loop. ?>
</main><!– #main –>
</div><!– #primary –><?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: please help centering pagebump
Forum: Fixing WordPress
In reply to: please help centering pagebump
Forum: Fixing WordPress
In reply to: how to center my theme ?i can’t link my site at the moment but the theme is StoreVersion: 1.0.0.4
By Rohit Tripathi