problem with customizing master pages

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
simpleweb
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 21
Joined: Fri Jul 17, 2009 12:25 am

problem with customizing master pages

Post by simpleweb » Mon Mar 01, 2010 3:48 pm

hi there,

I'm trying to customize the master pages, i.e. LeftSidebar.master by just adding some div tags so my theme can line up. but the the changes does not apply when I run the aspx pages. any idea? I even compiled the site, but not luck. I'm using 7.04

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: problem with customizing master pages

Post by mazhar » Tue Mar 02, 2010 6:35 am

May be you are not applying the correct style or its been overridden by some parent style. In order to adjust your CSS I recommended you to make use of FireBug plug-in for FireFox available here https://addons.mozilla.org/en-US/firefox/addon/1843. It will let you create and preview your styles on fly and helps you fix the style sheet problems.

simpleweb
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 21
Joined: Fri Jul 17, 2009 12:25 am

Re: problem with customizing master pages

Post by simpleweb » Tue Mar 02, 2010 11:58 am

styling is not the problem I'm having. The problem is that any changes I make to the master pages does not show with the exception of Scriptlet.master

Post Reply