Okay
  Public Ticket #1625545
Page title cut off
Closed

Comments

  • Angela started the conversation

    Hi, 

    The title for one of the pages is cut off as you can see in the attachment. The default section is supposed to be in grey, but it appears in white. The title of this page is also cut off, but we are unsure why but it should be because of the theme as the shortcodes look fine. 

    We would also like to make the font size of the main header (edited under menu options) smaller but it seems like it can only be super small or super big, could you please advise? 

    Thank you! 

  •  1,823
    Support replied

    Hi Angela,

    The title is cut off simply because you named the page-section Blog which has certain styles with the blog div from article pages.

    To fix it try adding

    .page-template-one-page #blog .container {
        margin-top: 0px;
        top: 0px;
        padding: 100px 20px;
    }

    in  theme options -> styling options -> custom CSS

    to change the font size of the header/menu items

    .navbar .nav > li > a {
        font-weight: 400;
        font-size: 12px;

    }

    change the size in pixels.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Angela replied

    Hi Support, 

    Thank you for the code, the spacing works now! However, the page setting is set to a grey background, but the background is still white. Is there any way we can change the background colour too? 

    Also, I tried to add the custom CSS but it changes the text for the menu text, but I want to change the font size of the text on the image sliders.... do you know how I may be able to do that? 

    Thank you! 

  •  1,823
    Support replied

    Hi Angela,

    The slider s caption has several types of texts. What texts exactly? send us a screenshot plz.

    to change that specific section 's background:

    .page-template-one-page section#blog {
        background-color: #f5f5f5 !important;
    }

    .page-template-one-page #blog .container {

        margin-top: 0px;
        top: 0px;
        padding: 100px 20px;
        background-color: #f5f5f5;
    }

    in  theme options -> styling options -> custom CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Angela replied

    Hi, 

    We want to change the text for "Persona Intelligence & Predictive Operations" (The main text in the slider). 

    Also, I am using the buttons as a navigation for the product pages. Do you know if I can increase the distance between the rows of text? As they are overlapping each other as seen in the screenshot.

    Thank you! 

  •  1,823
    Support replied

    Hi,

    .slide-content h1 {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 1px;
    }

    change the text attributes values and then add the code to  theme options -> styling options -> custom CSS

    as for the buttons

    a.newave-button {
        line-height: 18px !important;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Angela replied

    Hi Support, 

    I changed the text from 100px to 70px but the size is more than half the size smaller.... could you help to troubleshoot as the text is either very big or very small, even if the text size is edited by a few pixels.

    Thank you! 

  •  1,823
    Support replied

    Try changing the line height with the same value.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Angela replied

    Hi Support, 

    Thank you for the help. Could you please help to see if this process is correct for creating secondary pages: 

    Create banner page (set as "this is not a section) > create other pages for the different sections > set these pages in order, set the banner page as the parent page > all sections to be set as default template

    Thank you! 

  •  1,823
    Support replied

    To create individual, normal pages:

    - in options set This page is a section set to No and add it to the Main Menu 


    To create section pages that are included in the one-pager:

    - in options set This page is a section set to Yes and add it to the Main Menu at the position you want to appear in the one page.


    You do not have to set any parent pages.


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Angela replied

    Hi Support, 

    How do I access these pages? Eg my page that is "this page is not a section" should link to the whole page right? Am I supposed to create a new menu under the menu section for the new page? 

    Thank you!

  • Angela replied

    Hi Support, 

    I have made changes to the website but the page is still not updated despite clearing the cache. Could you help us to troubleshoot this please? Thank you!



  •  1,823
    Support replied

    Hi, Plz give us more details. What page does not show up?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy