where is workspace_title?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Sep 02, 2010 3:44 pm
I have a problem where the text is not aligning right and it is because of a tag named workspace_title. If I change my joomla to any other theme except mystore it aligns perfectly fine. I cannot seem to find what file defines this tag anywhere.

Can you please point me in the right direction so that I might alter it?

Thanks so much!!
User avatar
Fresh Boarder

GK User
Fri Sep 03, 2010 12:51 am
I found what I needed to change. in the joomla.css file in the mystore template I changed the margin from 0 to ten and it popped back into place.

/*
* Content spacing
*/

.componentheading,
h2.page_title { font-weight:normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; margin-bottom: 20px; color: #202020 }
.contentheading { font-weight: normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; }
.componentheading span { display:block; float:left; clear:both; margin: 10px 0 0 0; }

/*
* Content spacing
*/

.componentheading,
h2.page_title { font-weight:normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; margin-bottom: 20px; color: #202020 }
.contentheading { font-weight: normal; font-size: 260%; line-height: normal; clear:both; overflow:hidden; }
.componentheading span { display:block; float:left; clear:both; margin: 10px 10 0 0; }
User avatar
Fresh Boarder

GK User
Fri Sep 03, 2010 1:59 am
Code: Select all
.componentheading span { display:block; float:left; clear:both; margin: 10px 10 0 0; }


Don't forget to add px.
User avatar
Platinum Boarder


cron