-
AuthorPosts
-
June 5, 2013 at 10:59 am #188006
hi,
thx for your outstanding template and awesome tutorials provided here. i stuck with my content filled in section 2. just want to center the whole container while keeping the formatting inside. screenshot added.
here the code as copy from code mirror
<span style="color:#69504a"></div></span>
<span style="color:#69504a"><div class="Collection"></span>
<span style="color:#69504a"><div class="span4 block"></span>
<span style="color:#69504a"><div class="block-img"><img src="images/joomlart/demo/frances222.jpg" alt="" /></span><span style="color:#000080"><em class="introducing-icon1"></span> <span style="color:#000080"></em></span><span style="color:#69504a"></div></span>
<span style="color:#69504a"><h3 class="block-title"></span>Daisy<span style="color:#69504a"></h3></span>
<span style="color:#69504a"><div class="block-content"></span>
<span style="color:#69504a"><p></span>Premium garments for little ladies
Unique dresses, blouses, jackets and such
Vintage inspired and tailored to girls needs
Made of natural fabrics of finest quality
<span style="color:#69504a"></a></span>
<span style="color:#69504a"></p></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"><div class="span4 block"></span>
<span style="color:#69504a"><div class="block-img"><img src="images/joomlart/demo/IMG_1522.jpeg" alt="" /></span> <span style="color:#69504a"></div></span>
<span style="color:#69504a"><h3 class="block-title">Credo</span><span style="color:#69504a"></h3></span>
<span style="color:#69504a"><div class="block-content"></span>
<span style="color:#69504a"><p></span>Premium Children’s Clothing inspired by Vintage Vienna
Limited Editions, handmade on demand
Made of natural fabrics, soft to the touch and lovely to the eye
For cosmopolitans aged 0-12
<span style="color:#69504a"></p></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"><div class="span4 block"></span>
<span style="color:#69504a"><div class="block-img"><img src="images/joomlart/demo/cosmospolis216.jpg" alt="" /></span> <span style="color:#69504a"></div></span>
<span style="color:#69504a"><h3 class="block-title"></span>Frances<span style="color:#69504a"></h3></span>
<span style="color:#69504a"><div class="block-content"></span>
<span style="color:#69504a"><p></span>Premium garments for small sirs
One-of-a-kind suits, shirts, jackets and the likes
Vintage inspired and tailored to boys needs
Made of natural fabrics of finest quality
<span style="color:#69504a"></p></span>
<span style="color:#69504a"></div></span>
<span style="color:#69504a"></div></span>thx in advance or a quick hint.
best regards steffen
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 5, 2013 at 4:53 pm #494886So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set your site to “Development Mode” within your Template ManagerJune 5, 2013 at 5:05 pm #494892thx for your reply. the site is in devel. on localhost here. any idea to solve that the raw way ? :-[
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 5, 2013 at 5:27 pm #494896<em>@steveross 375541 wrote:</em><blockquote>thx for your reply. the site is in devel. on localhost here. any idea to solve that the raw way ? :-[</blockquote>
The problem is that you have already done some personalization/customization of the base template for your own site purposes … which is exactly what you should be doing. However, in doing such, it is difficult to be able to provide you with an “as precise as possible” solution for your issue without being able to inspect the site online.Any way you can upload it to your webhost server temporarily?
1 user says Thank You to TomC for this useful post
June 5, 2013 at 8:08 pm #494914<em>@TomC 375545 wrote:</em><blockquote>The problem is that you have already done some personalization/customization of the base template for your own site purposes … which is exactly what you should be doing. However, in doing such, it is difficult to be able to provide you with an “as precise as possible” solution for your issue without being able to inspect the site online.
Any way you can upload it to your webhost server temporarily?</blockquote>
i will upload and PM you with login
June 6, 2013 at 8:55 am #494991You got a PM with all Login Data. thx for your help.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 6, 2013 at 4:35 pm #495038Just so we’re on the same page as to which elements you want to modify/reposition …. is it the headers/titles or the content/images itself?
June 6, 2013 at 4:38 pm #495042its the whole block with 3 images and text to be centered. some px to the left. i have no idea how to do that. the title is ok.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 6, 2013 at 5:17 pm #495049Okay, here is what you can try (assuming you’re utilizing the responsive feature of/for this template) . . .
Within file path –> /t3-assets/dev/modern1/templates.ja_onepage.less.bootstrap-responsive.less.css
at line 153, add a “margin-left” property to the rule – for example:
.row-fluid {
margin-left: 20px;
width: 100%;
}There’s also a similar CSS rule (in a different file) that – depending on your needs – you can do the same thing – but I believe you should only modify one or the other.
The other CSS file would be located at –> /t3-assets/dev/modern1/templates.ja_onepage.less.bootstrap.less.css
at line 300You can always “trial-and-error” with both of them – until you arrive at the result you’re most happy with.
Hope that helps
1 user says Thank You to TomC for this useful post
June 7, 2013 at 10:48 am #495136thx a lot, it was the right solution. i use 38px margin but anyway. so now i have a bootstrap.less compiled to css and its going to with folder ? sorry, im confused esp. about less.
best regards
steffen
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 7, 2013 at 3:21 pm #495148<em>@steveross 375831 wrote:</em><blockquote> sorry, im confused esp. about less.
steffen</blockquote>
Steffen:
See the last two links in my signature block below – under “Helpful Reference Links”
😎
June 7, 2013 at 4:48 pm #495158i just want to know where to put the css to be aktive. rename it to bootstrap.reponsive.css ? found a couple in the system with the same name.
the next thing is how to adapt the logo for mobile view. bit to large. simply adjust the logo size ? or second version ?
the menu button in the left does not show the renamed menus.
sorry, its not my firt joomla project but this template is hard to handle while being absolutely beautyfull at all.thx
June 10, 2013 at 4:24 pm #495382Ok i fixed it by exploring tthe site structure and wastet a couple of time for that. is it really that difficult to give me a quick hint ? :confused:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2013 at 4:39 pm #495387<em>@steveross 376162 wrote:</em><blockquote>Ok i fixed it by exploring tthe site structure and wastet a couple of time for that. is it really that difficult to give me a quick hint ? :confused:</blockquote>
Was it really a “waste” of time … seeing as how now you’ve learned that much more about working within the site structure files? As you have no doubt now discovered … a little trial-and-error + patience can go a long way.GOOD JOB !!! – All the best with your continuing site development !!!
😎
June 10, 2013 at 4:57 pm #495389yes, wasted. rather then clicking confused thru the whole firebug structure analysis i would be the same effect to provide a hint with two sentences. we have a deadline here and i will never read a bootstrap framework thing because I’m not a developer.
AuthorPostsThis topic contains 38 replies, has 5 voices, and was last updated by wolfje 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum