Stuck on Adjusting Custom layout area column widths,

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?"

Stuck on Adjusting Custom layout area column widths,

Postby madpirate » 02 May 2012, 21:54

I am assuming that these have not been dealt with yet, I searched and couldnt find any topics that match...

I have two issues that are completely stumping me, they are great features, one from Suffusion from another Theme I have been comparing with , (putting it and Suffusion together would result in Custom Theme Creation perfection for noobs like I and I ) Anyhoo, so here are my issues

1. When I set up a custom page layout, we have the option to set up 1 ,2,3,4 5 etc columns , what we dont seem to be able to do is custom set the column widths ie 1, [ 1/2 / 1/2] [3/4 / 1/4] [2/3 / 1/3] [4/5 / 1/5] and so on...
I am after using the various Custom layouts with 0 sidebars and then being able set the column widths ........ so my widgets size to the columns...........


2. The other one allows me to set column widths from full to 6/6ths

Any code ideas as to how I can solve issue one with Suffusion would be greatly appreciated as it is my preferred Theme
Thanks in advance
madpirate
 
Posts: 6
Joined: 28 Apr 2012, 15:41

Re: Stuck on Adjusting Custom layout area column widths,

Postby Colin » 02 May 2012, 23:18

This can be easily done with some custom CSS.

Just identify the widget area name and then set a width in custom css at Suffusion Options > Back-end > Custom Includes > Custom Styles.

With a URL I will be able to give you a starting point.
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Stuck on Adjusting Custom layout area column widths,

Postby madpirate » 02 May 2012, 23:28

thanks Colin http://www.airporttransfersqld.com.au the right widgetneeds to (col 2 in the custom layout area 2) needs to be about 190px
madpirate
 
Posts: 6
Joined: 28 Apr 2012, 15:41

Re: Stuck on Adjusting Custom layout area column widths,

Postby sayontan » 02 May 2012, 23:31

See the layout here: http://aquoid.com/news/themes/suffusion/. As Colin said, this is possible with a little bit of Custom CSS. I wrote about how I got the layout: http://aquoid.com/news/2012/02/a-new-lo ... heme-page/
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Stuck on Adjusting Custom layout area column widths,

Postby madpirate » 02 May 2012, 23:57

Hi Santoyan thank you for the link there, Ummm okay so I hereby title myself as captain dumb-ass -- I looked at the code and still cant work it out,

Seems to be where I want to be just cant figure out how the
#suf-featured-posts-3 { width: 650px; }

part would need to be adjusted to work with what I want to do,
<div id="black-studio-tinymce-3" class="widget_black_studio_tinymce cl-widget" style="margin-left: 0px; margin-right: 7px; height: 710px; ">

#suf-widget_black_studio_tinymce cl-widget {width: 780px; } seems like it should be what I want but it doesnt change ---- DOH!!

Soz this is probably easier than blinking for you guys, but its taken me hours to get nowhere --- noob disease much research but not understanding the answer..
madpirate
 
Posts: 6
Joined: 28 Apr 2012, 15:41

Re: Stuck on Adjusting Custom layout area column widths,

Postby drake » 03 May 2012, 01:10

Your widgets are identified by their ID's, you don't need more than that. Try to add at Suffusion Options -> Backend -> custom Includes -> Custom Styles:
Code: Select all
#black-studio-tinymce-3 {width:780px;}
#black-studio-tinymce-5 {width:200px;}

(Also make note that an element can inherit characteristics from more classes, separated by spaces in html declaration, but you still need to address them correctly in CSS - so #suf-widget[...] cl-widget {definitions} means nothing, a correct construction can be #suf-widget[...] .cl-widget {definitions} - but isn't correct anyway because that "thing" even don't exist in your markup: "#suf-widget_black_studio_tinymce")
drake
 
Posts: 3782
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Stuck on Adjusting Custom layout area column widths,

Postby madpirate » 03 May 2012, 03:22

Fantastic, that eventually did the trick, It took me a while to figure out that my previous custom CSS declaration was missing a closing } which obviously prevented the CSS from running ---------- works a charm , great Theme and great support, thanks for your patience while my dumb old ass learns some new tricks :)
madpirate
 
Posts: 6
Joined: 28 Apr 2012, 15:41

Re: Stuck on Adjusting Custom layout area column widths,

Postby madpirate » 03 May 2012, 14:11

Again thanks guys, it was right in front of me, and I was doing the ravenous bugblatter beast of traal thing with it :)
madpirate
 
Posts: 6
Joined: 28 Apr 2012, 15:41


Return to Support Requests

Who is online

Users browsing this forum: HeiseFups, PabyAccikekek, Thomas F and 6 guests