• nhoverfly

    (@nhoverfly)


    The whole page is too far to the left.

    And there’s a block about halfway down on the home page I cannot get to stop doing the same thing on the homepage: “LVHN in a joint venture are proud to offer…”

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • aidenturner

    (@aidenturner)

    Hi @nhoverfly ,

    I see your content is center aligned at the moment.

    To assist you better, could you please send a screenshot where you highlight the problem?

    I look forward to your reply.

    Thread Starter nhoverfly

    (@nhoverfly)

    /Users/nicholedeas/Desktop/Screen Shot 2021-05-21 at 12.50.16 AM.png
    /Users/nicholedeas/Desktop/Screen Shot 2021-05-21 at 12.50.05 AM.png

    Thread Starter nhoverfly

    (@nhoverfly)

    Did those screenshots work. It seems I can only upload them by sliding them into this box.

    Thread Starter nhoverfly

    (@nhoverfly)

    Hello?

    Thread Starter nhoverfly

    (@nhoverfly)

    @aidenturner Just checking to see if you’re still there. Thanks

    aidenturner

    (@aidenturner)

    Hi @nhoverfly ,

    You should upload the screenshots to a cloud storage service such as https://imgbb.com/ and share the link with us šŸ˜€

    Thread Starter nhoverfly

    (@nhoverfly)

    http://kharmaf3.sg-host.com/EasternPennGIandLiver/patient-resources
    and halfway down the homepage: there’s a paragraph that won’t adhere to formatting.

    Thread Starter nhoverfly

    (@nhoverfly)

    Thread Starter nhoverfly

    (@nhoverfly)

    aidenturner

    (@aidenturner)

    Hi @nhoverfly ,

    Thanks for your screenshots. It really helps.

    Actually, the issue happens in Chrome but not Firefox.
    That’s the reason why I didn’t see the issue at first.

    We can temporarily fix the issue by adding the following code snippet to Appearance >> Customizer >> Additional CSS:
    .alignfull {width: auto;}

    That said, it’s default CSS of Neve theme, it’s better if we can double check the way you created the page in backend and modify it accordingly.

    Regarding the issue with https://ibb.co/jGjDdtF, you can simply add a new block, then copy and paste the text.

    It looks like the current paragraph is created by a different way, such as classic editor, then it has a different style.

    You can contact me via aidenturner963(at)gmail.com for further help.

    Thread Starter nhoverfly

    (@nhoverfly)

    Hi @aidenturner,

    1. We can temporarily fix the issue by adding the following code snippet to Appearance >> Customizer >> Additional CSS:
    .alignfull {width: auto;}

    Can you put in that css in? Or you want me to?

    2. Regarding the issue with https://ibb.co/jGjDdtF, you can simply add a new block, then copy and paste the text.

    We tried that already

    Thread Starter nhoverfly

    (@nhoverfly)

    I tried doing #1 and it doesn’t fix the problem. Where am I supposed to paste the text?

    /* Contact form */
    div.wpforms-container-full .wpforms-form input[type=text],
    div.wpforms-container-full .wpforms-form input[type=email]{
    	padding: 9px 15px;
    	background-color: #ffffff;
    	font-family: "Roboto", Sans-serif;
    	font-size: 14px;
    	font-weight:400 !important;
    }
    div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    	padding: 15px;
    	background-color:#ffffff;
    	font-family: "Roboto";
    	font-size: 14px;
    	font-weight: 400;
    }
    /* Contact form - Button */
    div.wpforms-container-full .wpforms-form button[type=submit] {
    	background-color:#e96656;
    	font-family:"Roboto", Sans-serif;
    	font-size: 12.8px;
    	color: #ffffff;
    	text-transform: uppercase;
    	padding: 8px 12px;
    	border: none;
    	font-weight:500;
    	border-radius:4px;
    }
    div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    	background-color:#e96656;
    	border: none;
    }
    div.wpforms-container-full .wpforms-form{
        text-align:right;
      }
    @media only screen and (max-width: 600px) {
      div.wpforms-container-full .wpforms-form{
        text-align:center;
      }
    	.alignfull {width: auto;}
    }
    Thread Starter nhoverfly

    (@nhoverfly)

    ?

    • This reply was modified 5 years ago by nhoverfly.
Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Random text alignment issues’ is closed to new replies.