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

    Dear support,
    please take a look at the bottom, the last Partner Logo Element. It has 4 Rows. When i switch to mobile View it switches to 3 Logos in the first and 1 Logo in the second row. Would it be possible to align all 4 logos in one row on mobile?

    #1026873

    Hey dondela,

    I’m not seeing a 4 row element. Can you screenshot the area?

    Best regards,
    Jordan Shannon

    #1026878

    Sure, thanks for helping!
    Sorry i meant 4 columns instead of rows…

    #1026917

    Hi,

    Thanks for clearing that up, add this to quick css:

    @media only screen and (max-width: 767px)  {
    .responsive #top #wrap_all .avia-content-slider6 .slide-entry{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1026998

    Thanks,
    i tried the quick css – but it makes no difference?

    #1027140

    Hi dondela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all .slide-entry {
            width: 100%!important;
            margin-left: 0%!important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1027411

    Hi Victoria,
    i tried that but with no effect. (Screenshot)

    #1027537

    Hi dondela,

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

    There can be errors in your Quick css and so the code does not apply.

    Best regards,
    Victoria

    #1027546

    Hi Victoria,
    sure, please find the link in private content box.

    #1027575

    Hi dondela,

    I adjusted the code to work. It’s in Quick css. Please check.

    Best regards,
    Victoria

    #1027968

    Hi Victoria,
    i replaced my code in the style.css with yours but i still see no difference? What am i doing wrong?

    #1028135

    Hi dondela,

    Image 2018-10-30 at 16.28.51.png
    Looks fine on my end already.

    Could you please clear the cache, check again and get back to us.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1028137

    Hi dondela,

    Image 2018-10-30 at 16.28.51.png
    Looks fine on my end already.

    Could you please clear the cache, check again and get back to us.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1028177

    Hi Victoria,
    thanks for your help, you can close this topic. Could you please delete your screenshots, because they refer to our sponsors?
    Best regards

    #1028224

    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 ‘logo element on mobile’ is closed to new replies.