Welcome, Guest
Please Login or Register.    Lost Password?

Front Page Article Allignment (BlackBearPro1.5)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Front Page Article Allignment (BlackBearPro1.5)
#4202
Front Page Article Allignment (BlackBearPro1.5) 2 Years ago Karma: 0
Wonderful theme! Having a problem with text in articles on the front page spilling over into the right column. Seems to me the column width is correct for the article, if it was left justified as intended, it would not spill into the right column.

Please see example at http://www.nemesissailing.com

Thank you for any assistance!

Aaron
abrummitt
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4203
Re:Front Page Article Allignment (BlackBearPro1.5) 2 Years ago Karma: 19
Hi abrummitt,

welcome at JoomlaBear.com :-)


The problem is that you not have published something in the right column. When you do not want use it here a solution:

Go in the backend under Extension >> Template Manager >> BlackBearPro >> Edit CSS >> Edit template.css

Search there this lines and change the red marked line to float:left

#content {
float:right;
padding-bottom:15px;
padding-right:15px;
padding-top:15px;
width:936px;
}

Hope it helps. :-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4204
Re:Front Page Article Allignment (BlackBearPro1.5) 2 Years ago Karma: 19
Hello again,

I see it helps on your site.

When you add this red marked line also it looks perfect:

#content {
float:left;
padding-bottom:15px;
padding-right:15px;
padding-top:15px;
padding-left:15px;
width:936px;
}

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4205
Re:Front Page Article Allignment (BlackBearPro1.5) 2 Years ago Karma: 0
Yes, much better, thank you. One other question with regards to alignment. If you see the schedule page is all left justified, while in the editor it is set to center. What am I missing here?

Thank you,
Aaron
abrummitt
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4208
Re:Front Page Article Allignment (BlackBearPro1.5) 2 Years ago Karma: 19
Hi Aaron,

for this you must also edit the template.css file

Search this lines

.contentpaneopen {
}

and change it with this lines:

.contentpaneopen {
float:left;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
width:766px;
}

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear