How do I change the text on the static HTML placeholders on the main page? Also when I add 4 widgets to the main page the last widget goes below the first one. is there any reason or a place in the code where I can change that.
change static HTML placeholder?
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
if you want to chage the html placeholders you can do this by editing index.php. I'm not sure what's causing your widget problem but I think it's css related. Do you have a link for me?Posted 2 years ago # -
http://www.fbclansing.org/newinstall
I have a widget in place for Mainpage 1 and Mainpage 4 widget locations and the 4th widget location goes under widget 4. Sorry, I'm new at this.
Thanks for the info about the place holders.
Posted 2 years ago # -
Hey,
I'm not sure why the widgets aren't aligned right but here's an easy fix:Open style.css and change following code:
.one_fourth, .box_small{overflow:hidden; float:left; position: relative; font-size:12px; line-height:1.7em; margin-right:23px; width:137px;}to:
.one_fourth, .box_small{overflow:hidden; float:left; position: relative; font-size:12px; line-height:1.7em; margin-right:15px; width:137px;}Posted 2 years ago #
Reply
You must log in to post.














