Hi, I am having problems getting my text to aligh as i would like.
My sections are laid out in 4 coloumns with a thumbnail of each section
Under the thumbnail is the text from the section heading, all the text and image is aligned to the left and i want it to be in the centre.
the css is
.product_list {
margin: 20px 0px 20px 0px;
}
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */
/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
.image_float_right {
float: right;
margin: 16px 0px 15px 20px;
}
.image_product {
margin: 0px 18px 10px 0px;
text-align: centre;
float: centre;
}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */
.sectionContainer {
margin: 0 10px; /* this sets left and right margins to 10px */
width: 130px; /*set width to suit */
}
/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */
/* headings ----------------------------------------------------------------------------- */
h1 {
font-size: <actinic:variable name="ExtraLargeFontSize" />;
font-weight: 900;
margin: 0px;
padding: 16px 0px 4px 0px;
color: <actinic:variable name="Palette1" />;
}
h1.subheading {
font-size: <actinic:variable name="LargerFontSize" />;
font-weight: 900;
margin: 0px;
padding: 0px 0px 14px 0px;
color: <actinic:variable name="Palette2" />;
}
all help many thanks
wes
My sections are laid out in 4 coloumns with a thumbnail of each section
Under the thumbnail is the text from the section heading, all the text and image is aligned to the left and i want it to be in the centre.
the css is
.product_list {
margin: 20px 0px 20px 0px;
}
/* PRODUCT FORMATTING ELEMENTS AND LINE ELEMENTS -------------------------------------------- */
/* IMAGE FORMATTING ELEMENTS ------------------------------------------------------------ */
.image_float_right {
float: right;
margin: 16px 0px 15px 20px;
}
.image_product {
margin: 0px 18px 10px 0px;
text-align: centre;
float: centre;
}
/* END OF IMAGE FORMATTING ELEMENTS ----------------------------------------------------- */
.sectionContainer {
margin: 0 10px; /* this sets left and right margins to 10px */
width: 130px; /*set width to suit */
}
/* TEXT FORMATTING ELEMENTS ------------------------------------------------------------- */
/* headings ----------------------------------------------------------------------------- */
h1 {
font-size: <actinic:variable name="ExtraLargeFontSize" />;
font-weight: 900;
margin: 0px;
padding: 16px 0px 4px 0px;
color: <actinic:variable name="Palette1" />;
}
h1.subheading {
font-size: <actinic:variable name="LargerFontSize" />;
font-weight: 900;
margin: 0px;
padding: 0px 0px 14px 0px;
color: <actinic:variable name="Palette2" />;
}
all help many thanks
wes
Comment