-
AuthorPosts
-
orangejos Friend
orangejos
- Join date:
- November 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 22, 2015 at 2:17 pm #664691Hello,
I am doing a new website from Uber-Landing page demo template.
I need the demo installation, i’m not really a specialist.
There is 6 modules, most of them with the main title enabled.Here are some issues i’m trying to fix :
1 – The main title and block intro text appears at the center of the module. How can I put them at the top of the module ?
If I want to put a image at the center image (not a background one) in the middle of the modules, the title appears below the picture…
(please see the attached pictures with the tittles “infos pratiques” or ” futures prestations titles”)2 – on the modules which have a top title : when I slide between the pages modules, i can see the title which goes under the main nav white band… There is a top title that we cannot read. I enabled the transparency main nav color, but what if I want it to be white ? why the modules frame is going under the main nav module? How to change that ?
(please see the picture with the logo on the left, there is a title (you can’t see) under the white band)3 – In the modules ( i put 10 Features Intro Settings), the modules height is not big enough to let appear all the features (if for exemple I choose an other feature style presentation). This appears not correctly on my laptop, but correctly on my Ipad.
Is it possible to change the height modules size to allow all features and the main tittle to appear ?
(please, look picture with title ”futures prestations”)4 – One module have a gallery. I put some text explanation for each picture. Is it possible to change the interline space text to allow the text to be contain into the back square ?
(please see the darkest picture)I would be great if you can help me with these issues.
Thanks a lot,
Kind regards,
Jos?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 24, 2015 at 2:57 pm #665009Hi @orangejos,
Please open file templatesubercsscustom.css (if you don’t have this file, just create a new one) and add some CSS rules as below :
1. For this part, add below code :
.acm-features .features-item .font-icon {
margin-bottom: 0;
}
.block-landing .block-landing-item .section-inner .acm-features {
position: static;
transform: none;
}2. I cannot reproduce the problem in this point, could you please clarify step-by-step to reproduce it so I can check ?
3. Add this code to custom.css file above :
.sections-wrap .section .block-landing-item .section-title {
margin-bottom: 50px;
}
.block-landing .block-landing-item .section-inner .acm-features.style-3 .font-icon {
width: 60px;
height: 60px;
}4. To change the padding around this block, add this code :
.block-landing .block-landing-item .acm-gallery.style-flip .item .item-details {
padding: 15px;
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 24, 2015 at 2:57 pm #746413Hi @orangejos,
Please open file templatesubercsscustom.css (if you don’t have this file, just create a new one) and add some CSS rules as below :
1. For this part, add below code :
.acm-features .features-item .font-icon {
margin-bottom: 0;
}
.block-landing .block-landing-item .section-inner .acm-features {
position: static;
transform: none;
}2. I cannot reproduce the problem in this point, could you please clarify step-by-step to reproduce it so I can check ?
3. Add this code to custom.css file above :
.sections-wrap .section .block-landing-item .section-title {
margin-bottom: 50px;
}
.block-landing .block-landing-item .section-inner .acm-features.style-3 .font-icon {
width: 60px;
height: 60px;
}4. To change the padding around this block, add this code :
.block-landing .block-landing-item .acm-gallery.style-flip .item .item-details {
padding: 15px;
}1 user says Thank You to Adam M for this useful post
orangejos Friendorangejos
- Join date:
- November 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 25, 2015 at 4:28 pm #665428Hello Adam,
Thank you for your help, i really appreciate it.
I created the custom.css file, and paste the codes you wrote, but unfortunately it doesn’t change the title position.
Maybe i made a mistake in the css file ?
Jose
orangejos Friendorangejos
- Join date:
- November 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 25, 2015 at 4:28 pm #746576Hello Adam,
Thank you for your help, i really appreciate it.
I created the custom.css file, and paste the codes you wrote, but unfortunately it doesn’t change the title position.
Maybe i made a mistake in the css file ?
Jose
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 26, 2015 at 9:34 am #665663Hi @orangejos,
Currently, I see the code in custom.css file as below so look like there’s a problem with your server or your code :
{rtf1ansiansicpg1252cocoartf1348cocoasubrtf170
{fonttblf0fmodernfcharset0 Courier;}
{colortbl;red255green255blue255;red48green49blue53;red239green244blue246;}
paperw11900paperh16840margl1440margr1440vieww10800viewh8400viewkind0
deftab720
pardpardeftab720f0fs24 cf2 cb3 expnd0expndtw0kerning0
.acm-features .features-item .font-icon {
margin-bottom: 0;
}
.block-landing .block-landing-item .section-inner .acm-features {
position: static;
transform: none;
}.sections-wrap .section .block-landing-item .section-title {
margin-bottom: 50px;
}
.block-landing .block-landing-item .section-inner .acm-features.style-3 .font-icon {
width: 60px;
height: 60px;
}.block-landing .block-landing-item .acm-gallery.style-flip .item .item-details {
padding: 15px;
}}Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 26, 2015 at 9:34 am #746647Hi @orangejos,
Currently, I see the code in custom.css file as below so look like there’s a problem with your server or your code :
{rtf1ansiansicpg1252cocoartf1348cocoasubrtf170
{fonttblf0fmodernfcharset0 Courier;}
{colortbl;red255green255blue255;red48green49blue53;red239green244blue246;}
paperw11900paperh16840margl1440margr1440vieww10800viewh8400viewkind0
deftab720
pardpardeftab720f0fs24 cf2 cb3 expnd0expndtw0kerning0
.acm-features .features-item .font-icon {
margin-bottom: 0;
}
.block-landing .block-landing-item .section-inner .acm-features {
position: static;
transform: none;
}.sections-wrap .section .block-landing-item .section-title {
margin-bottom: 50px;
}
.block-landing .block-landing-item .section-inner .acm-features.style-3 .font-icon {
width: 60px;
height: 60px;
}.block-landing .block-landing-item .acm-gallery.style-flip .item .item-details {
padding: 15px;
}}orangejos Friendorangejos
- Join date:
- November 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 29, 2015 at 6:16 pm #680669Hello Adam,
Thanks. yes, i made a mistake with the .txt to .css file, i’m sorry.
I still have problems with the titles position and pages presentation link to that i guess.
Please see the linked pictures. the custom.css file is on.
Is it possible to do something about the title positions in regards of the icons in JoomlArt Advanced Custom Module ?
With the new custom.css file, the top of one page appears at the end of the other before. Maybe is it link the the navigation tabs on the right that delimitates a page… ?Thanks
Best regards,
Jos?
orangejos Friendorangejos
- Join date:
- November 2014
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 29, 2015 at 6:16 pm #746988Hello Adam,
Thanks. yes, i made a mistake with the .txt to .css file, i’m sorry.
I still have problems with the titles position and pages presentation link to that i guess.
Please see the linked pictures. the custom.css file is on.
Is it possible to do something about the title positions in regards of the icons in JoomlArt Advanced Custom Module ?
With the new custom.css file, the top of one page appears at the end of the other before. Maybe is it link the the navigation tabs on the right that delimitates a page… ?Thanks
Best regards,
Jos?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 31, 2015 at 8:01 am #680897Hi @orangejos,
About the responsive layout, I’ve just checked this matter with development team and they’re working on it. The layout will be refined and included in next version, please stay tuned.
1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 31, 2015 at 8:01 am #747078Hi @orangejos,
About the responsive layout, I’ve just checked this matter with development team and they’re working on it. The layout will be refined and included in next version, please stay tuned.
1 user says Thank You to Adam M for this useful post
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by Adam M 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum