• hello,

    only the home page is full width but i want every page to be full width, how do i do that?

    there is only default page and blog but neither are full width.

    thanks in advance,

Viewing 13 replies - 16 through 28 (of 28 total)
  • This is what the top of that page needs to look like:

    <?php
    /* Template Name: Full Width */
    get_header(); ?>

    I assumed you had somewhat of an idea on how this worked. Sorry.

    Thread Starter tequila jack

    (@tequila-jack)

    no sorry i’m not good with css, not good at all ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @tequila jack, Never share website’s credentials to anyone. This is a serious security breach. It is not worth risking your website and data for this customisation.

    Thread Starter tequila jack

    (@tequila-jack)

    i went to your profile but i don’t see how i can send you a message :-s

    Thread Starter tequila jack

    (@tequila-jack)

    i’m sorry moderator, i’m new to these forums, please delete the info

    How else am I supposed to help tequila jack out without modifying their files?

    Thread Starter tequila jack

    (@tequila-jack)

    ok i deleted them, sorry andrew

    Ok, replace this:

    <?php
    /* Template Name: Full Width */
    ?>
    /**
     * 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.
     *
     */
    get_header();
    ?>

    with this:

    <?php
    /* Template Name: Full Width
     * 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.
     *
     */
    get_header();
    ?>

    Thread Starter tequila jack

    (@tequila-jack)

    still not full width and the sidebar content is displaying below the page now ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How else am I supposed to help tequila jack out without modifying their files?

    If support is required beyond what these forums can provide, then it’s beyond the scope of these forums to deal with it.

    That level of support can be provided through https://jobs.wordpress.net .

    I assumed “full width” meant to span across the width of the site’s width. Just delete this page template and wait for someone else to reply. Sorry! If I don’t have access to your files (which makes sense) then there’s nothing more I can really do to help if you don’t know CSS.

    Thread Starter tequila jack

    (@tequila-jack)

    i want it to look like this site: https://www.facebookcovers.be/heb-je-een-vraag/

    Thread Starter tequila jack

    (@tequila-jack)

    Ok then no problem bigmike, i understand, thanks for your help.

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘How to make all pages full width’ is closed to new replies.