Home Forums Basel support forum Blog layout issue on smartphone

Blog layout issue on smartphone

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #85056

    Giulio
    Participant

    Hi there,

    please take a look to the images. The text on the blog page is straight to the end of the monitor. Why? Thank you!

    #85063

    Artem Temos
    Keymaster

    Hi,

    It is how you styled it with custom CSS added.

    Regards

    #85065

    Giulio
    Participant

    I just would to justify the text. Not to setup the text straight to the end of the monitor 😄 I would like to obtain the same effect of the body text above the title.

    #85143

    Artem Temos
    Keymaster

    Sorry, but we don’t quite understand what do you mean.

    #85148

    Giulio
    Participant

    Now it is more clear? There isn’t any pixel of space between the body text and the border of the display on the smartphone.

    Attachments:
    You must be logged in to view attached files.
    #85150

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings for mobile devices

    body .blog-design-default-alt .entry-content {
        padding: 0 30px;
    }
    #85152

    Giulio
    Participant

    Do you’ll add to next Basel update or not?

    #85153

    Artem Temos
    Keymaster

    But we don’t have this problem on our demo.

    #85154

    Giulio
    Participant

    So the issue is caused by the justified text?

    #85157

    Giulio
    Participant

    Now it works great, so thank you. I’d like to do the same on the title. Is it possible?

    #85269

    Artem Temos
    Keymaster

    Sure, use this code

    body .blog-post-loop .entry-title {
        padding: 0 30px;
    }
    #85298

    Giulio
    Participant

    Thank you, it works great.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Blog layout issue on smartphone’ is closed to new replies.