One page created with WB center-aligning text

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

One page created with WB center-aligning text

Post by etcbbu »

So, I have one page I have done in WB:

http://www.brelsfordpersonnel.com/positions.php

The question is related to the "Job Board" you see as the main element of that page. Notice when you click on one of those jobs, and it takes you to a page where it gives a further description of the job, there are text fields like

"LOCATION"

"TYPE"

"ID"

"POSTED"

which are CENTERED on the page. What are some options in WB that I can alter to stop that text from being centered like that?

The way this "Job Board" is an element on this page is made up of two-things in my WB project:

1) an HTML object, a code snippet that was by third-party company, and handled by their database

2) another HTML object that I define, in WB, as a "CSS in media query", which has a lot of the various CSS colors of links/backgrounds/text in the "Job Board" defined.

That is how this page works. I just want to see about left-justifying those

"LOCATION"

"TYPE"

"ID"

"POSTED"

fields over to the left, within this "Job Board" module. Which WB page options could I manipulate here on this positions.php page (like, in its "Properties or something), that might help define let-justifying these fields?
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: One page created with WB center-aligning text

Post by etcbbu »

*bump*

Would it be helpful if I posted screenshots to demonstrate about what I am talking?

- the two HTML objects (code snippets)
- the way the text is center-justifying

?
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: One page created with WB center-aligning text

Post by BaconFries »

Please try not to 'bump'. Screeshots wouldnt be helpful as you dont have any control from within the software over external scripts and how they position the layout of any text as it is a external script and all postioning is controlled from it which the software can't read as it is external!. This would require you to manually edit the extetnal code yourself or you should contact the developer of the script you are using for advice on how to modify the code to do what you wish. It could also simply be this is how it is meant to be displayed and is not meant to be left justified.
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: One page created with WB center-aligning text

Post by etcbbu »

The external developer has told me that there is some CSS code on the WB-built page that is trumping the left-justification.

So I'm trying to figure out where in WB would be doing it.
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: One page created with WB center-aligning text

Post by etcbbu »

I should've further explained--but part of what this script does is works off of what the main page's CSS settings are, meaning it's going off of what I have defined with WB.

I'm just wondering what alignment controls set in CSS in WB may be referenced by this external script.
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: One page created with WB center-aligning text

Post by Pablo »

The alignment page is centered. As specified by you in the page properties.
If you do not specify a different alignment in your custom code then the element will inherit these properties.
robertz
 
 
Posts: 7
Joined: Sun Jun 26, 2005 9:35 pm
Location: Florida, USA

Re: One page created with WB center-aligning text

Post by robertz »

@etcbbu
The external developer has told me that there is some CSS code on the WB-built page that is trumping the left-justification.
Try this:

Go to Tools > Options > HTML
Uncheck:
Generate external css...
Generate single css...

Just do this for the positions.php page and publish (selected page only) to another test folder on your server to see the results.
This should eliminate any extra css code you do not need that might conflict with their external script.
Post Reply