Removing Two Pulled Through Pages in Scriptcode
-
Hi there,
I’m not a classically trained web developer, I’m a graphic designer by nature but I have a question regarding a modification to some coding in a stylesheet.
Now there’s a section on my website: elpromotions.co.ukwhere on the left hand side near the bottom of the home page, there’s four models showcased. I would like to take out the last two and replace it with coding that displays most recent blog posts.
Now I have to point out, someone else designed this site and there’s no chance of getting support from them so I’m having to figure this out myself.
I had a look through the stylesheet and I think I found the correct bit of coding that seems to be the area I’m describing…
home_middle .left { float:left; width:680px;}
.home_middle .left h2 { border-bottom:#1E1E1E 1px dotted; padding-bottom:10px; font-size:16px; color:#000; font-weight:bold; margin-bottom:20px;}
.home_middle .left .model { width:150px; margin-right:20px; margin-left:0px !important; height:250px; padding-bottom:10px; float:left;}
.home_middle .left .model_image { width:150px; height:200px; margin-bottom:12px; overflow-x:hidden; }
.home_middle .left .model_image img { display:inline; top:1; width:150px;}
.home_middle .left .model_name { border-top:#999999 1px solid; padding-top:10px; font-size:1.2em; text-align:center;}
.home_middle .left .model_name a { color:#1e1e1e;}Now is this the right part I need to edit? If so, what do I need to take out/add to change the homepage layout?
All helpful responses would be greatly appreciated!
- The topic ‘Removing Two Pulled Through Pages in Scriptcode’ is closed to new replies.