Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    I see you have css with .team { width: 280px;} also another class .team { width: 275px; }
    custom-theme.css line 29
    .team {
    width: 280px;
    border-radius: 0px;
    border: none;
    }
    page-builder-pmc/assets/css/aqpb-view.css
    .team {
    padding-top: 50px;
    border-bottom: double #eee;
    margin-right: 4%;
    margin-top: 0px !important;
    background: #fff!important;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 275px;
    }
    This two class making this issue. Please remove that I check in firebug then it will get full width.

    I don’t use any fixed width in detail page it is full width.

    Thanks

    Thread Starter Digital 805

    (@infooldcoastcom)

    I need it to fit within the column structure of the theme container. It appears the plugin uses a series of columns to display the content and it’s out of alignment.

    https://thek9awards.com/k9-award-judges/laurie-kaplan-msc/

    Thread Starter Digital 805

    (@infooldcoastcom)

    I also need my content to be flush left, not center on the page, including the title. The page is alos not recognizing any breaks in the content.

    Plugin Author RadiusTheme

    (@techlabpro1)

    I will check break issue but I use only one container name “container-fluid” class

    I see you write
    page-builder-pmc/assets/css/aqpb-view.css
    line no 761
    .team {
    text-align: center;
    }

    Please remove text-align: center then it will be left align.

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    I am closing this topic
    If need any more help let me know.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjust container’ is closed to new replies.