Adventure Theme Pages list

Home Forums All Other Themes Adventure Theme Pages list

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • #193767
    Manami SatoManami Sato
    Participant
    • Topics: 2
    • Replies: 23
    • Total: 25
    Member since: March 18, 2022

    Here are the links

    https://ibb.co/CbpZgHs
    https://ibb.co/zZSfdxJ
    https://ibb.co/d08h1mC
    https://ibb.co/tpg3qb1

    #193789
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Do you want to show seven buttons in horizontal view in mobile??

    Regards,
    Chris

    #193820
    Manami SatoManami Sato
    Participant
    • Topics: 2
    • Replies: 23
    • Total: 25
    Member since: March 18, 2022

    Yes, that would be much preferred! I want it to look pretty much the same as it does on desktop, but just for mobile

    #193844
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px){
    .home-section1 .elementor-column.elementor-col-14 { width: 33.333%;}
    }

    Regards,
    Chris

    #193914
    Manami SatoManami Sato
    Participant
    • Topics: 2
    • Replies: 23
    • Total: 25
    Member since: March 18, 2022

    unfortunately, that didn’t work, and it now looks like this
    https://ibb.co/f0Lfdc0

    I would like it to look like the home page in terms of proportions
    https://ibb.co/WtWSLKj

    Additionally, the logo position and such is weird

    Thank you

    #193952
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Given screenshots link isn’t opening. Therefore we are unable to check the issue.

    Regards,
    Chris

    #194048
    Manami SatoManami Sato
    Participant
    • Topics: 2
    • Replies: 23
    • Total: 25
    Member since: March 18, 2022

    I will try again

    It currently looks like this:

    https://ibb.co/6H2cLNm

    And I would like it to look like this but scaled for mobile

    https://ibb.co/f8BPbhx

    #194054
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Given screenshot isn’t opening. Therefore we are unable to check the issue.

    Regards,
    Chris

    #194204
    Manami SatoManami Sato
    Participant
    • Topics: 2
    • Replies: 23
    • Total: 25
    Member since: March 18, 2022

    If you paste the links into a separate window, they will open. I would appreciate if you would please try again

    #194218
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Try this CSS to show them into single row in mobile view.

    @media screen and (max-width:479px) {
    .home-section1 .elementor-section {
      min-width: 1300px !important;
    }
    .home-section1 {
      overflow: auto;
    }
    }

    Regards,
    Chris

Viewing 10 posts - 31 through 40 (of 40 total)
  • You must be logged in to reply to this topic.