• Resolved Justin

    (@justinxhale)


    The theme dem looks great. I am trying to format the same as the site however, the Homepage Welcome message is the wrong size. I’ve copy and pasted the act same wording in the demo content. In the footer the column width is messed up as well.

    I haven’t changed any css or modified the theme in any way. Is there a reason its doing this?

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Justin

    (@justinxhale)

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello Justin,

    Unfortunately code cannot be inspected or looked at using just screenshots.
    If you open up your website to visitors then I will be able to look into it.

    Best regards,

    Thread Starter Justin

    (@justinxhale)

    I have made the site public @ilovewpcom

    Thread Starter Justin

    (@justinxhale)

    i’ve added the following code to fix the box height

    #text-5.widget.widget-welcome.widget_text.clearfix {
    height: 84px;
    width: 540px;
    }

    Thread Starter Justin

    (@justinxhale)

    I’ve added the following code to fix the footer section

    .widget-content-wrapper {
    width: 215px;
    }

    Thread Starter Justin

    (@justinxhale)

    I got rid of the extra rectangle in the text area with the following:

    #text-5.widget.widget-welcome.widget_text.clearfix {
    border-width: 0px;
    border-style: hidden;
    }

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    There is something wrong with your website.
    All widgets
    All these text widgets (Welcome and footer widgets) duplicate the HTML code of themselves inside the widget’s content. I’ve never seen behavior like that, so I can’t guess what the reason might be.

    These CSS “fixes” are unnecessary, because the issue is not with the CSS itself but with the HTML that is outputted on the front-end. The problem is deeper, so you should look into what’s causing this behavior.

    Best regards,

    Thread Starter Justin

    (@justinxhale)

    hmmm that is odd. its a freshly new installed subdomain and WordPress installation. i might try creating a new site and see if that fixes the issue

    @ilovewpcom

    Thread Starter Justin

    (@justinxhale)

    is there a screenshot you could send me that i could send to Bluehost to try to explain to the them the issue I am having?

    • This reply was modified 4 years ago by Justin.
    • This reply was modified 4 years ago by Justin.
    Theme Author Dumitru Brinzan

    (@ilovewpcom)

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Sections wrong sizes’ is closed to new replies.