• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 19.06.20, 16:03
  • Opened by: Nora Alegre
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #18383 - Hello Fred, you have the "codigo fuente" of de AMP.

I put the codigo fuente of the Alysum and does not work. And I did not safe the codigo fuente of the amp. see the picture.

Attachments:

57a6bb68-7a62-4295-b013-b1108... (68.7 KiB)

Comments

Fred 19 Jun 2020, 22:38

Hi, Nora Alegre.
Yes, that’s because AMP version has it’s own CSS styles. AMP is developed separately from main theme special for mobile devices

Nora Alegre 20 Jun 2020, 16:00

Hello, Yes is true. But you can get for me the css for this area please. Regards

Nora Alegre 20 Jun 2020, 16:23

I am not able to do it. And another thing, how to put the amp menu..

Fred 20 Jun 2020, 19:19

2. Check out theme’s documentation http://alysum5.promokit.eu/promokit/documentation/#amp 1. Try to copy CSS styles from desktop to AMP

.description-block {
    max-width: 1200px;
    margin-left: auto;
    margin-right:auto
}

.description-block .svgic {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    color:#333
}

.desc-item-02 .svgic {
    width: 40px;
    height:40px
}

.description-block h6 {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    letter-spacing: .1em;
    margin:0 0 10px 0
}

.description-block > div {
    width: 33.33%;
    border-left:1px solid #f7f7f7
}

.description-block > div:first-child {
    border:none
}

.description-block > div > div {
    max-width: 400px;
    padding:30px 90px 30px 30px
}

.description-block > div > div:first-child {
    border-bottom:1px solid #f7f7f7
}

.desc-block-text {
    font-size: 14px;
    line-height:19px
}

.desc-item-01 .svgic {
    margin-left:-5px
}

@media (max-width: 500px) {
    .description-block {
        flex-wrap:wrap
    }

    .description-block > div {
        width:100%
    }
}