Ad Hoc not working

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Ad Hoc not working

Postby monico » 28 Apr 2012, 12:18

I'm trying to use 2 columns and it only shows 1 with each widget one under the other.

I read a post that said to use
.textwidget .warea .suf-widget { float: left; }

and I did, but it didn't work.

Any ideas?
monico
 
Posts: 15
Joined: 22 Apr 2012, 18:42

Re: Ad Hoc not working

Postby drake » 28 Apr 2012, 12:27

For working this kind of alignment need to determine the id of each text widget then assign to them exactly widths in a way that width_of_textwidget1+width_of_textwidget2<width_of_container. Then float will work.
drake
 
Posts: 3805
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Ad Hoc not working

Postby monico » 28 Apr 2012, 13:13

How do I determine the id of each text widget?
monico
 
Posts: 15
Joined: 22 Apr 2012, 18:42

Re: Ad Hoc not working

Postby Colin » 28 Apr 2012, 13:36

Use Firebug in Firefox, or Developer Tools in IE or Inspect Element in Chrome and these tools will tell you the id's of the elements.

Search for Firebug on Sayontan's blog for a bit more detail.
Colin
 
Posts: 2800
Joined: 27 Oct 2009, 10:46

Re: Ad Hoc not working

Postby monico » 28 Apr 2012, 17:57

Here is the page http://theaguiarteam.com/testhomedefult/

Ok here is the issue. It happens that the images I have placed in the text widgets are too big to showup side by side within the Ad Hoc. However they fit just fine inside widget area 1 in the custom template. These two widget areas should be the same size, right?

Is there a padding inside the main content area that might be causing the problem?
monico
 
Posts: 15
Joined: 22 Apr 2012, 18:42

Re: Ad Hoc not working

Postby drake » 28 Apr 2012, 18:11

If you change #ad-hoc-5 width to, let's say 650 px, immediately the widgets take the desired floating. Make note that I use "<" not "<=", sum of widgets widths needs to be strictly less than ad-hoc area width.
drake
 
Posts: 3805
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot] and 2 guests

cron