Post by zokstar » Tue Apr 01, 2014 6:32 pm

I have recently removed the "extras" menu/column from the footer, and I would like to center all the text and headings.

What is the best way to do this? I have played around with the stylesheet.css and added

Code: Select all

text-align: right;
. It seems to have moved the text but not the headings.

My oc install - http://www.austrapack.com.au/opencart
Last edited by zokstar on Fri Apr 04, 2014 3:17 pm, edited 1 time in total.

Newbie

Posts

Joined
Mon Mar 24, 2014 7:00 pm

Post by ramesh_vikaschouhan » Wed Apr 02, 2014 10:40 pm

this is main issue related to CSS ...
to center them u can give each div having coloumn class . change their properties

like give names coloumn1 , coloumn2 , coloumn3 and then specify css rules in style.css

.coloumn1{
padding-left:__px ; // so that it appears center .
}

.coloumn2{
padding-left:__px ; // so that it appears center .
}


.coloumn3{
padding-left:__px ; // so that it appears center .
}

or you can put coloumn1 in left . coloumn3 in right
by float:left; float:right;
center coloumn2 keep in float:left; with padding-left:__px ; // so that it looks center ...


for more help in near future u can inbox ....me


Posts

Joined
Tue Dec 31, 2013 12:22 pm

Post by zokstar » Fri Apr 04, 2014 3:16 pm

Sorry for the double post, solution over here - http://forum.opencart.com/viewtopic.php ... 91#p487891

Newbie

Posts

Joined
Mon Mar 24, 2014 7:00 pm
Who is online

Users browsing this forum: No registered users and 19 guests