• I’m trying to achieve this kind of layout where the navigation/header is vertically on the left side and the blog on the right:

    https://themetrust.com/demos/ink/?page_id=274

    I was wondering since the <?php get_header(); ?> and <?php get_footer(); ?> command is pulling the header.php and footer.php horizontally on the top and bottom.

    Can anyone help me with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • These are CSS – not code – issues. <?php get_header(); ?> and <?php get_footer(); ?> merely generate the relevant markup. Your theme’s CSS controls how each of the page elements is displayed.

    Thread Starter rckless

    (@rckless)

    Ok thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vertical menu (header)’ is closed to new replies.