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

    Hi, I have some pages in my web where text blocks are not well centered in the page on mobiles devices.
    I show you in the two screenshots.
    Could you give me some quick css code to center those texts?

    Thank you!

    #916975

    Hey cipriana,

    1. You have a non break character inserted there, try erasing the blank space and add it again and save.

    2. I could not reproduce that on my end, on what screen width are you seeing that?

    Best regards,
    Rikard

    #917210

    Hi!
    -I don´t know what you mean by a non break character. Could you attach a screenshot?
    Nonetheless I erased the text and added it again and it´s the same. The text is not well centered. I attach a screenshot of one of my texts code.
    º
    – I´m seeing it at a samsung j3 galaxy mobile with a 5.0″ screen, and my client is also seeing this issue, but I don´t know which device he´s using.

    thanks

    #917366

    Hi cipriana,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) { 
      #top #wrap_all .main_color h2 {
        font-size: 24px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #917426

    Hi, It worked Victoria!
    It´s a pity I can´t add it in child theme. I would have to add it each time I update my theme, wouldn´t I?

    Thanks!

    #917437

    Hi cipriana,

    If you put the code in Quick css, it will not be lost.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #917443

    Hi, yes Victoria, but it doesn´t work there.

    Thanks!!

    #917654

    Hi cipriana,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #917738

    Yes of course

    #917789

    Hi cipriana,

    It works form child theme styels.css. Please check.

    Best regards,
    Victoria

    #917791

    Oh, it´s true! so I did something wrong .
    thank you Victoria!!

    #917976

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Text block not centered on mobile’ is closed to new replies.