This topic has 5 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #51443
     Moe
    Participant

    I am trying to view an element in a certain post type, this element should be viewed in full width but instead it is shown in a boxed model leaving some margins right and left of the element and it can not be modified.

    there is a Certain wrapper that we dont know its name so that we would disable with css as it’s controlling the margins. Would you please help us with this?

    #51669
     sharmstr
    Moderator

    It impossible to help without specifics. Please elaborate and provide links.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52085
     Moe
    Participant
    This reply has been set as private.
    #52093
     sharmstr
    Moderator

    Again, its hard to tell you exactly what to do without seeing the page (CPT) in question. You can probably use css.

    .container {
    max-width: 100% !important;
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #52095
     Moe
    Participant
    This reply has been set as private.
    #52097
     sharmstr
    Moderator

    The only difference between .container and .container-full is the max-width and the padding. So, setting .container to 100% width with 0 padding is the same.

    COPY CODE
    
    .article-content .container {
      max-width: 100%;
      padding: 0 !important;
    }
    
    

    I added .article-content to isolate just the top section.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?