Okay
  Public Ticket #2762721
css applied to the wpb_wrapper and portfolio categories
Closed

Comments

  •  2
    Rainetta started the conversation

    Hello!

    I was wondering if there is a selector that I can use to move this page (https://nettyvanhaarlem.com/life-events) and similar pages up a bit (from where I use the title), without affecting pages like this one (https://nettyvanhaarlem.com/portfolio/birth-announcement-for-little-nino/).

    I've used this code now and it affects both pages:

    figure.wpb_wrapper {
        position: relative;
        top: 40px;
    }
    div.wpb_wrapper {
        position: relative;
        top: 40px;
    }

    And one more question concerning my portfolio: When viewing the portfolio items, below on the right there is a link to the portfolio archive. When going to this page, a different styled page appears (sub-categories appear on the right here) from the normal portfolio. When from this page, selecting illustration or design, they suddenly appear as subcategories of illustration (https://nettyvanhaarlem.com/portfolio-category/illustration/#illustration), which they are not. This doesn't happen normally when viewing the portfolio. Do you know what's happening there?

    Thanks a lot in advance!

  • [deleted] replied

    Hi Rainetta,

    1— This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time thoughsmile.png

    Please remove those CSS codes:

    figure.wpb_wrapper {
        position: relative;
        top: 40px;
    }
    div.wpb_wrapper {
        position: relative;
        top: 40px;
    }

    they create many problems in the theme because many elements use the same class.

    I can see that you added many CSS codes in your Custom CSS area. I see that some problems are happening because of them. So when something doesn't look good please disable your CSS modifications (see example) first to see if the problem is coming from them.

    2— Can you please try to be very specific about the question and explain it more to me, in this way I can easily understand you and give you the proper answer.

    Maybe is better to make a video so I can better understand this...

    Thanks!