align text to center "featured "

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themealign text to center "featured "

This topic has been marked as resolved.

I have featured items on column right on product page, how do i align the text to the centre please.?

 GWP
November 25, 2015 at 1:09 pm #43870

Hi,

Can we take a look at the live example?

Thanks,
ThemeBurn team

November 27, 2015 at 12:24 pm #43881

sorry its in maintenance mode atm
here is a screen shot so you can see what im referring to

 GWP
November 27, 2015 at 9:58 pm #43916
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 30, 2015 at 12:41 pm #43934

Hi , thanks for that
It did work only on my first column module, but i changed it to this.

.s_box h2, .s_box_1 h2 {
 text-align: center;
}

and it worked for all the right column headings.

Thanks

 GWP
November 30, 2015 at 1:00 pm #43936

Hi,

A more precise selector (for all boxes in the right column) would be:

#right_col .s_box h2,
#right_col .s_box_1 h2
{
 text-align: center;
}

BR,
ThemeBurn team

December 21, 2015 at 11:14 pm #44171
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.