• On several of my pages, since a theme update, the page titles are now in a huge block. I have tried disabling page titles but that did not work. In the html code there are elements that when I delete them via right click, inspect element, delete element, they disappear, solving the issue but I cannot seem to then publish those changes. How can I get rid of these huge blocks?

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

Viewing 1 replies (of 1 total)
  • Theme Author themespride

    (@themespride)

    Hello,

    ? ? To rid of these huge blocks, You can reduce the block height by adding additional CSS in the Customizer. This should help achieve the proper layout as you want. Here’s how you can do it:

    ? ? 1. Go to your WordPress Dashboard.
    ? ? 2. Navigate to “Appearance” > “Customize”.
    ? ? 3. Click on “Additional CSS”.
    ? ? 4. Add the following CSS code:

    ? ? .external-div .box-image img, .external-div{
    ? ? ? ? height:100px !important;
    ? ? }
    ? ? .box-text{
    ? ? ? ? top:60%;
    ? ? ? ? right:18%;
    ? ? ? ? left:18%;
    ? ? }


    ? ? 5. Publish your changes.

    ? ? This should reduce the height of the page title blocks and provide a more fitting layout. If you need further assistance, feel free to reach out.

Viewing 1 replies (of 1 total)
  • The topic ‘Title Blocks Huge’ is closed to new replies.