• Resolved freefincal

    (@freefincal)


    Hi,
    Thank you for the awesome theme. It is so easy on the eye and is the best mobile-ready theme I have used. More importantly, all my users love it.

    I write to request help on a couple of issues:

    1. Can you please let me know where I can change “leave reply”? I could not find it in comments.php

    2. I wish to increase the gap between the post content and the widgets on the right. Can you please help where I need to change this?

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    1. it is located in template-parts\content.php – you will have to copy this file inside template-parts folder to your child theme.

    2. See the Media query in style.css section 15.1 Minimum width of 783 pixels.

    look at code:

    /* Tip52 - Default site layout for normal view */
    .content-area {
    	float: left;
    	width: 65.104166667%;
    }
    .widget-area {
    	float: right;
    	width: 30.5%;
    }

    You will have to decrease width of widget area (or content area).

    Thread Starter freefincal

    (@freefincal)

    Understood. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing "leave a reply"’ is closed to new replies.