sub-page padding/margin below h1

Discussion in 'One Page Pro WordPress Theme' started by rexmanaster, Dec 25, 2016.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    how can i add padding/margin on a sub-page between my page title and content as shown in the attached screenshot?

    thanks,
    rex padding margin.jpg
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rex,

    I can see you have used some HTML in the page, kindly apply inline CSS stylings there, you will be able to figure it out.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Naveen, what class do I use if I want to modify the bottom margin of the H1 or page.post title?
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    It seems you want to hide the title of this specific page which is not possible.
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    No, that is not what I want to do.

    I asked, "how can i add padding/margin on a sub-page between my page title and content as shown in the attached screenshot? You replied, "I can see you have used some HTML in the page, kindly apply inline CSS stylings there." I asked, "what [CSS] class do I use if I want to modify...?"

    Can you please tell me what CSS styling(s) should I apply inline to change the margin/padding below the H1 or the page/post title as show in the screenshot???
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Just checked your site, please use following custom CSS code in the theme:
    Code:
    .myClass {
        margin-top: 40px;
    }
    This will move down the images on that page.

    Do let me know if you need further assistance,

    I will be glad to assist you,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    great, naveen, thanks!
     
Thread Status:
Not open for further replies.

Share This Page