• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Pin text in lighthouse muse

New Here ,
Aug 08, 2017 Aug 08, 2017

Copy link to clipboard

Copied

Hello, I'm doing my 1st website in the Muse. And I need help:

Is possible to pin a object to browser in lighthouse.

I put an image to help explaining.

Thank you

pin.jpg

Views

347

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Aug 09, 2017 Aug 09, 2017

This is possible if you use css code.

1a92fe5e48.gif

<style>

#u00 {

position: fixed;

left: auto;

margin-right: auto;

margin-left: 334px;

}

</style>

--------------------------------

#u00 = ID of your object

margin-left = your value

Votes

Translate

Translate
LEGEND ,
Aug 08, 2017 Aug 08, 2017

Copy link to clipboard

Copied

… and what is a „lighthouse“?

Which widget do you use?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 08, 2017 Aug 08, 2017

Copy link to clipboard

Copied

Sorry, I wrote it wrong. Wanted to write lightbox.

I used the Widget / Compositions / blanck in the position "lightbox".

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 08, 2017 Aug 08, 2017

Copy link to clipboard

Copied

You want the text to sty and the umages to the left scroll? No, unfortunately this isn't possible.

What wors (a slightly different approach:

Simply place the text to the right (where it is now) and place a slideshow to the right "into" the composition widget.

Configure the slide transitions as "vertical" and set the rest just as you like.

As I said: A slightly different approach, but not so far from your idea.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

This is possible if you use css code.

1a92fe5e48.gif

<style>

#u00 {

position: fixed;

left: auto;

margin-right: auto;

margin-left: 334px;

}

</style>

--------------------------------

#u00 = ID of your object

margin-left = your value

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

@Pavel Homeriki That's what I wanted to do!

Can you explain me step by step. I try, but I'm not able to do the id object.

Thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Preview in the browser and examine the object with the help of the browser code inspector, In order to get it id.

99313df6fb.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Thank you very much!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

Is it possible to clear the css code when moving to the next target?target.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Aug 09, 2017 Aug 09, 2017

Copy link to clipboard

Copied

LATEST

New target = new object with a different id

36282a4b16.png

5fd6819801.png

Add the ID of the next object to the code, separated by a comma.

abaaeedfed.png

You must place your block with the text inside the target window. But judging by the screenshots it over the target window.

No need to clean the css. You just need to arrange the object correctly.

21a1c5791a.gif

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines