Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • orangejos Friend
    #664691

    Hello,

    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 Moderator
    #665009

    Hi @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;
    }

    Adam M Moderator
    #746413

    Hi @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;
    }

    orangejos Friend
    #665428

    Hello 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 Friend
    #746576

    Hello 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 Moderator
    #665663

    Hi @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
    pardpardeftab720

    f0fs24 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 Moderator
    #746647

    Hi @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
    pardpardeftab720

    f0fs24 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 Friend
    #680669

    Hello 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 Friend
    #746988

    Hello 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 Moderator
    #680897

    Hi @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.

    Adam M Moderator
    #747078

    Hi @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.

Viewing 11 posts - 1 through 11 (of 11 total)

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