• Resolved Ovidiuxxxc

    (@ovidiuxxxc)


    Hello.

    I am using the latest version of WordPress and also the latest version of Iconic One.

    I want to have in posts ads with these sizes (728 x 90) and I can’t. The POST doesn’t have this width (728 pixels).

    What can I do to increase the post width? And the responsive not to be affected?

    Please help me out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Themonic

    (@themonic)

    Try this in custom css

    .site {
      max-width: 1200px;
    }

    Responsiveness won’t be affected, it’s built that way.

    *adjust the px value as per your need.

    Thread Starter Ovidiuxxxc

    (@ovidiuxxxc)

    Thank you very much!
    It is working perfect!

    But I want to ask you another question.

    I want to place a banner into the HEADER (728 x 90). Near to the logo.
    Should I create a new div?

    Please help me with the code or something.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to have ADS in posts! (728 x 90)’ is closed to new replies.