• Resolved fondalashay

    (@fondalashay)


    Hello,

    I want to just change one page’s width from 520 to 1020.

    The theme that I am using is from AMY&PINK and it has been proving to be difficult. I have made a large number of changes to it.

    the site can be seen here.

    I have looked a the other posts here.. but i am just having no luck with any of the suggestions.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • esmi

    (@esmi)

    One option would be to create a custom page template that used unique classes or ids. You could then apply the custom template to your page and style it independently.

    govpatel

    (@govpatel)

    What pages do you want make make wider as I see pages pop up when I click on menu

    Thread Starter fondalashay

    (@fondalashay)

    I made a template, and it will not recognize it – i am so confused.
    I would really love for it to be a template, because I want to use it on the homepage 9 months out of the year and the regular the other 3.

    Here is what I had earlier, but i am still abit unsure why it did not work and what to put in the css.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thanks for any help – I normally catch on to these things much quicker.. i am just really struggling with this one!

    ?? Fonda

    govpatel

    (@govpatel)

    Try this if it works I see you do not have container in the one above.
    If you do not want sidebar take it out.

    <?php
    /*
    Template Name: magazine
    
    */
    ?>
    <?php get_header() ?>
    
    	<div id="container">
    		<div id="content" class="mag lrg">
    			<h1 class="entry-title"><?php the_title(); ?></h1>
    			<?php the_content(); ?>
    
    			Your Content here 
    
    		</div><!-- #content -->
    	</div><!-- #container -->
    
    <?php get_sidebar() ?>
    <?php get_footer() ?>

    Thread Starter fondalashay

    (@fondalashay)

    thanks! i changed it, i do see progress ?? yay!

    If you hover the logo now, you can see the welcome and your content here – plus there is a line across the page. So i guess since it is not working that means there is something wrong in my css. Here is a snippet, i can load all of it if you want – just let me know. Thanks again!!

    [CSS moderated as per the Forum Rules. Please post a link to your site instead.]

    Thread Starter fondalashay

    (@fondalashay)

    sorry, i did not say – i have the homepage on the magazine template now

    Thread Starter fondalashay

    (@fondalashay)

    been playing around for a few hours now.. somehow got it to work ?? yay!

    thanks for all the help!!

    just for others wondering, this was my final css and i used the template above.

    [CSS moderated as per the Forum Rules. Please post a link to your site instead.]

    govpatel

    (@govpatel)

    I do not see any logo all I see is menu on left and page on right.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘single page width change’ is closed to new replies.