Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #366584

    Hi !

    What I want is that system : Having a bar with all the letters. When you click on a letter, a list appear. Is it possible with this theme ?

    I have this example :

    Best regards

    #366697

    Hi Peuf!

    You can use Tabs element under Content Elements in Advanced Layout Builder. Please see examples here – http://kriesi.at/themes/enfold/shortcodes/tabs/

    Cheers!
    Yigit

    #367758

    Thanks !

    I have a different question. All my website is responsive, except the text I put on some images. please see with example. How can I arrange it ?

    Best regards

    #368066

    Hey!

    I tried to visit the actual website but it doesn’t exist. Please check.

    Regards,
    Ismael

    #368085

    This is the actual website: http://quelquncommemoi.com/

    Maybe you didn’t find it because there is an error on my sitemap. One let me know there is a problem.

    #368166

    Hey!

    Edit the image layer then go to Attributes panel. Apply a css id or class. Use the selector plus css media queries on Quick CSS field to resize the image on smaller screen sizes. Use “devenons” on the ID field for example. Save change. Go to Quick CSS field then use this:

    @media only screen and (max-width: 767px) {
    #devenons {
    font-size: 38px !important;
    left: 20px !important;
    }
    }

    Cheers!
    Ismael

    #368228


    Is it on this last case I need to add something ? What do I need to enter ? All my texte ?
    I’m sorry but it’s difficult for me to undurstand everything. May you give me more details please ?
    Best regards

    #369270

    Hi!

    Are you referring to the layer slider or the color section below? If you want to fix the layer slider, go to the Layer Slider panel then follow the instructions above. If you’re looking to adjust the color section background, add this on Enfold > General Styling > Quick CSS field:

    @media only screen and (max-width: 1200px) {
    div#av_section_1 {
    background-position: 80% !important;
    }
    }

    Regards,
    Ismael

    #369408

    Ok thanks, I achieved to fix the “devenons plus forts ensemble”. But what about images ? I mean I would like to fix the line under this sentence as well as the others elements.

    About the color section, I achieved to fix it. The problem is that I insert some texts inside of the color section. But the text isn’t responsive yet.

    Thanks !

    #370373

    Hi!

    I would recommend to remove your background-image by replacing this code:

    @media only screen and (max-width: 1200px) {
    div#av_section_1 {
    background-position: 80% !important;
    }
    }
    

    with this one:

    @media only screen and (max-width: 1200px) {
    div#av_section_1 { 
    background-position: 0 !important;
    }}
    

    Then you don’t have to worry about the font getting hidden.
    Hope that helps.

    Regards,
    Andy

    #370597

    Thanks it’s better but now only the text is responsive. The picture isn’t so the result isn’t perfect yet. I need to have the text and the picture responsive. Besides, I would like the tool bar and the layer slider responsive too. Is it possible ?

    Thanks a lot !

    #371815

    Hey!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.