Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1025285

    Hi guys,

    My site seems to be displaying the thumbnails during mobile/responsive mode in a rectangle, which is much smaller than the original thumbnails shown on desktop (square).

    How can I set the mobile thumbnails to be the same size as the desktop thumbnails?

    Also, is there a way for me to define the thumbnail sizes in desktop too?

    Thank you for your assistance.

    #1026132

    Hey foxvendetta,

    Take a look at the plugin here

    and use that one to edit the image sizes! :)

    Let us know if it woks out for you.

    Best regards,
    Basilis

    #1026193
    This reply has been marked as private.
    #1027305

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1027446
    This reply has been marked as private.
    #1028104

    Hi foxvendetta,

    I have added this code in your Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .cbp-caption-defaultWrap .image-container {
        background-position: top center !important;
        height: 340px;
      }
    }

    Also noticed you have another code which you wrapped inside

    <style></style>

    I have removed since it may cause some issues.
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.