JerryDi Posted Monday at 07:47 AM Posted Monday at 07:47 AM 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
cwsoft Posted Monday at 11:26 AM Posted Monday at 11:26 AM 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.
JerryDi Posted Monday at 04:13 PM Author Posted Monday at 04:13 PM 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now