• Hello,

    I just want to seek assistance on how I can adjust or fix the size of the images on the front page when using mobile. I tried to add the following code on the style.css but to no avail.

    #primary,
    #comments,
    .author-info,
    .attachment #primary,
    .site-content.archive #gk-search,
    .search-no-results .page-content {
    max-width: 1260px !important;
    }

    Screenshot : https://prntscr.com/9imaup
    Domain : https://www.goldlepper.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to style.css, find line number 460. There will be that css:

    .home #primary,
    .archive #primary,
    .tag #primary,
    .search #primary,

    Add “.blog#primary,” after .home. Like that:

    home #primary,
    .blog #primary,
    .archive #primary,
    .tag #primary,
    .search #primary,

    Now it should be fine.

    Thread Starter goldlepper

    (@goldlepper)

    It worked. Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile on the FrontPage using mobile’ is closed to new replies.