inherit
225972
0
Apr 2, 2016 22:26:20 GMT -8
destinyfc
41
October 2015
destinyfc
|
Post by destinyfc on Mar 23, 2016 13:34:37 GMT -8
Happy with the box setup but now we have the twitter box filling over and covering to the categories and needs shuffled up a bit so it's all even and not blocking stuff out.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 23, 2016 18:37:07 GMT -8
destinyfc , Try changing the height in this class from 100px to something larger. #my_spec_box{ width:1000px; height: 100px; margin-right:auto; margin-left:auto; } If that doesn't work, I may have to see your site with that theme so guest can see. If you prefer, you could pm it to me.
|
|
inherit
225972
0
Apr 2, 2016 22:26:20 GMT -8
destinyfc
41
October 2015
destinyfc
|
Post by destinyfc on Mar 24, 2016 1:46:31 GMT -8
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 24, 2016 18:07:48 GMT -8
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 25, 2016 11:24:13 GMT -8
Try adding a couple or three breaks below the html like I have in blue: <p style="clear:both;"></p> <br><br>
OR you can add another div around the whole html part I gave you. So it would be the part in red to add: <div id="add_marg_bot"> <div id="my_spec_box"> <div id="my_twitter_feed"> Your Twitter Feed Here </div>
<div class="boxes"> <div class="fade-effect box1"> <h2>Title Here</h2><br> <div id="my_list"> Item one in list<br> Item two in list<br> Item three in list<br> Item four in list<br> </div> </div> <div class="fade-effect box2" style="display:none;">Content 2 here</div> <div class="fade-effect box3" style="display:none;">Content 3 here</div> </div> </div> </div> <p style="clear:both;"></p>And then the css to add at the bottom of the bit of css I gave you placed above the </style> tag. .add_marg_bot{ margin-bottom:10px; }Sorry, I tested this on a custom page so wasn't really contending with the forum categories/boards.
|
|
inherit
225972
0
Apr 2, 2016 22:26:20 GMT -8
destinyfc
41
October 2015
destinyfc
|
Post by destinyfc on Mar 26, 2016 1:56:09 GMT -8
after adding four <br> and resizing the boxes we have a winner! For future if i wanted to add images to the boxes do i just need to add the image link with [IMG} tags? greatly appreciate the time taken for helping me out!
|
|