• Resolved giusy1989

    (@giusy1989)


    Hi,

    I would like to know why when I put featured image in a page i can see it normally in the desktop view but it’s “stretched” on mobile. How can I get good images? Do I have to use certains sizes for my images?
    I would also like to know, inside a page, how can I delete/hide the data from the post and how can I delete/hide the widget section on the right. I’ve already created a “Child theme”.
    In order to fix these issues do I have to buy the theme or can I use the free version?

    Best regards,
    Giusy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide the site URL.

    We will assist you for any kind of issue.

    Thank You

    Thread Starter giusy1989

    (@giusy1989)

    Hi,
    Site: http://52.10.196.127/

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    As we checked its working fine. we already used “img-responsive” class for

    image responsive.

    Use 835*428 px or higher resolution image for page file.

    To hide the data put below CSS rules into Custom CSS Editor:

    .post_title_con {
        display: none;
    }

    Save the changes.

    To remove the sidebar from page follow below instructions:

    copy “page.php” file from your core theme directory and paste into

    “Child-Theme” directory.

    Now open it into any text editor.

    and fine below line of code.

    <?php get_sidebar(); ?>

    and replace with this.

    <?php //get_sidebar(); ?>

    Save the changes.

    Let us know for further assistance.

    Thank You

    Thread Starter giusy1989

    (@giusy1989)

    Hi,
    It’s working, thanks!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Theme customization’ is closed to new replies.