Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1160851

    Hi Kriesi !
    It’s a great theme!
    But I’m a little in trouble.
    If I set this 5column elements on footer,It will look strange on smartphone…

    I want the footer to display the menu using 5 columns.
    However, there is a space between the columns, which makes the menu strangely long.

    So,I want to make this space short,and want to make these menus centerd.
    Is there any special way to get them?

    I want to know
    ①How tomake code for smartphone
    or
    ②How to load data from another page when only displaying a smartphone

    I’ll attach an image! ( in google drive)
    Please refer to this.

    Best regards

    #1161034

    Hey Soichiroda0525,

    Could you please give us a link to your website, we need more context to be able to help you.

    We can try to reduce that space on mobile.

    Best regards,
    Victoria

    #1161136

    Thank you for reply,Victoria!

    I added a link.
    I need your help!

    Many thanks
    Soichiro

    #1161600

    Hi Soichiro,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #black-studio-tinymce-2 p, #black-studio-tinymce-3 p {
      text-align: center !important;
    }
    }

    Best regards,
    Rikard

    #1162055

    Hi Rikard!
    It works! Thank you so much.

    However,
    I also want to try reduce space between column to column on mobile.

    How can I do that??

    Best,
    Soichiro

    #1162339

    Hi,

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    #footer .widget {
        margin: 0px 0 0px 0!important;
    }}

    Best regards,
    Jordan Shannon

    #1162341

    Hi,

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    #footer .widget {
        margin: 0px 0 0px 0!important;
    }}

    Best regards,
    Jordan Shannon

    #1163970

    Hi Jordan!!
    It works !
    Thank you so much!

    And I also want to add space only on the first column on mobile screen.
    Because,It looks cramped If I refuse all spaces.

    Best,
    Soichiro

    #1164130

    Hi Soichiro,

    https://cl.ly/e8236ff2315e Here is what I am seeing. Where do you need to add space?

    Best regards,
    Victoria

    #1164344

    Hi Victoria,
    Thank you for your reply.


    >>https://cl.ly/e8236ff2315e Here is what I am seeing. Where do you need to add space?

    I show explanation.
    Could you check link below please?

    ②By the way,
    I have another question.
    I set links,
    But they didin’t work.
    I set links into Grid Row.
    I think the reason why is that I use “#” into link.
    Although I need “#” into llink.
    Could you tell me how to make it work?

    I have prepared llink for expalanation .

    Hope you check it!!

    cheers!!
    Soichiro

    #1165637

    Hi Soichiro,

    https://share.getcloudapp.com/6quLBzyy I see this code adding 60px padding, is this not enough for you? You simply need to find this code in your Quick css and increase the value.

    As for the other issue, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1165746

    Hi Victoria,

    Thank you for your reply.
    Yes,
    I found how to add space while I was waiting for your reply.

    However, another one is not solved.
    So, i give you admin access in the private content box.
    Could you check please?

    Best,
    Soichiro

    #1166255

    Hi,

    Sorry for the delay. We can’t access the login page. Did you change the login URL? Have you tried adding the same css in the EN theme options?

    Best regards,
    Ismael

    #1192560

    Thank you for your reply,
    But I’m sorry to reply from me lately.

    Could you close this thread?
    Thank you!

    Best regard,
    Soichiro

    #1192580

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘About the difference between PC and smartphone in footer’ is closed to new replies.