Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey, thanks for reaching out & I’ll gladly help you out, but in order to do so, we are going to need a bit more information from you, if possible.

    Would you please send us your current ‘Custom CSS’ setup, so that we can test it out on our end and send you back the right adjustments? And which way would you like to show your related posts in mobile view?

    As for your inquiry — yes, we removed that ‘Mobile settings’ submenu, since we now made all of our themes responsive, which should make your plugin settings page less clustered.

    Let me know what’s your current CSS customization and I’ll be more than glad to help you out! Looking forward to your reply!

    Best,
    Silvo

    Thread Starter applewerbung

    (@applewerbung)

    Hi,

    thanks for the response. Here’s the code:

    .wp_rp_content {margin-left: 20px;}
    .related_post_title { text-align:center;color:#e8e8e8;text-shadow: rgba(13,13,13,0.3) 0 1px 2px;
    }
    ul.related_post {text-align:center;
    }
    ul.related_post li {text-align:center;
    }
    ul.related_post li a {text-align:center;
    }
    ul.related_post li img {text-align:center;
    }
    ul.related_post li a {color:white;}
    ul.related_post li a:hover{color:rgb(196, 196, 196);}

    It doesn’t matter how it should look, the only thing that would be important is that the text is not wrapped. So for example the text should be below the image.
    Thanks again for helping!

    Apple Werbung

    Hey, thanks for the code, appreciate it!

    Try to change it with the one below and let me know if it looks any better. I’ve bolded the line we’ve added.

    Here’s the new one:

    .wp_rp_content {margin-left: 20px;}
    .related_post_title { text-align:center;color:#e8e8e8;text-shadow: rgba(13,13,13,0.3) 0 1px 2px;
    }
    ul.related_post {text-align:center;
    }
    ul.related_post li {text-align:center;
    <strong>width: 150px !important;</strong>
    }
    ul.related_post li a {text-align:center;
    }
    ul.related_post li img {text-align:center;
    }
    ul.related_post li a {color:white;}
    ul.related_post li a:hover{color:rgb(196, 196, 196);}

    Let me know how it turns out, we’re eager to see the results! Take care!

    Best,
    Silvo

    Whoops, I guess I cannot bold the text inside that bracket, so here’s the code again, in order to avoid any further complications:

    .wp_rp_content {margin-left: 20px;}
    .related_post_title { text-align:center;color:#e8e8e8;text-shadow: rgba(13,13,13,0.3) 0 1px 2px;
    }
    ul.related_post {text-align:center;
    }
    ul.related_post li {text-align:center;
    width: 150px !important;
    }
    ul.related_post li a {text-align:center;
    }
    ul.related_post li img {text-align:center;
    }
    ul.related_post li a {color:white;}
    ul.related_post li a:hover{color:rgb(196, 196, 196);}
    Thread Starter applewerbung

    (@applewerbung)

    It has worked – perfect, thanks a lot for your help! Keep on your great work.
    Greetings, Apple Werbung

    Hey, glad to hear that, I’m happy we could be of any help, to be honest! ??

    And you are also more than welcome to write a review about our service or just rate it with a couple of stars, if you find the time. We’ll sure be more than delighted, if you choose so: https://zem.si/RPBMlA

    But in any case — thanks for your patience on this matter and please do let me know if something similar happens again or if there’s anything else that’s not completely clear, since I’ll gladly help!

    Take care & have a nice day!

    Best,
    Silvo

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘RP on mobile’ is closed to new replies.