• Resolved dilicoarmani

    (@dilicoarmani)


    Good afternoon !

    How can I extend the content boundary in the mobile version of the template to make it wider?

    Link to the screenshot. (Red lines I showed in the screenshot how close the content is to the edge).

    priem

    Thank you for attention !

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @dilicoarmani.

    Thank you for contacting us.

    Please try this CSS

    .blog-post {
    	width: 90%;
    	margin: 0 auto;
    }

    Adjust 90% as you wish.

    Let me know if that’s what you want.

    Kind regards.

    Thread Starter dilicoarmani

    (@dilicoarmani)

    The record page is already stretched through the hook, now I need to stretch the content wider so that I can use more free space in the mobile version.

    Screenshot of my page in the mobile version as I want to spread the text closer to the frames.

    priem_kz

    Thread Starter dilicoarmani

    (@dilicoarmani)

    I thank you for your support, your hook in the foregoing question, it helped me a lot. Thank you !

    Ok, try this one

    .entry.details .entry-body {
    	padding: 25px 10px 40px 10px;
    }

    Adjust 10px as you wish.

    Kind regards.

    Thread Starter dilicoarmani

    (@dilicoarmani)

    All perfectly ! What I wanted! Thank you so much ))

    Tell me how to adjust the left and right indents to select the optimal value of the indentation.

    OK, here it goes:

    25px is top padding, 10px is right padding, 40px is bottom padding and 10px is left padding.

    So, the first 10px is the right one and the second 10px is left one.

    Kind regards.

    Thread Starter dilicoarmani

    (@dilicoarmani)

    Did not quite understand how to adjust the width of content along the length to the right and left?

    I would like to make a small amount of breadth, what exactly should I do?

    In this case, I’m writing about the text.

    Thank you for attention !

    Thread Starter dilicoarmani

    (@dilicoarmani)

    .entry.details .entry-body {
    	padding: 25px 15px 40px 15px;
    }

    This value is put, all thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Visible area of mobile content’ is closed to new replies.