Jump to content

Recommended Posts

Posted

Hi,
I am running on PW ver  3.0.229 with site-blank default 

I want to implement a fairly simple blog-style template using 2 columns incl a right hand sidebar
Creating a template using my html and css does not work properly (sidebar content shows below main content) although I know the html is valid
Should I be approaching this in a different way? Eg change site profile first

Thanks

Jerry

 

Posted

Hi,

does your template work as default HTML/CSS site outside PW? If yes ensure you provide the same markup and to include your site.css when creating your PW template. 

Posted

Thanks, I have resolved the layout issue now by changing:

<link rel="stylesheet" href="css/style.css">

to

<link rel="stylesheet" type="text/css"  media="all" href="<?php echo $config->urls->templates; ?>css/style.css" />

and similar for plugins

 

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...