New Landing How can we help? Themeforest Theme Support Flexform Text padding – Retina Flexform

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #164989
    jdevroed
    Member
    Post count: 4

    Hi – I’m a little stuck with editing my Flexform Retina theme.
    I want the body text on my pages to be more centered, by adding more padding space to the left and right of my text box. How do I do this?

    Secondly, I would like to use the Swift Page builder to see if I can make my pages more beautiful by using your templates. Where do I find this Swift page Builder?

    Best regards,

    jeroen

    #164996
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #165026
    jdevroed
    Member
    Post count: 4

    Thank you for picking this up Mohammad.

    Example site page: http://www.opr8-it.be.

    I want the text below the rev slider to be more to the right / center of the page.
    Exactly aligned with the rev slider’s edge would be nicest.

    Best regards,

    Jeroen

    #165044
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add a blank text box to the left of your current text box to push the text over to the right

    – Kyle

    #165064
    jdevroed
    Member
    Post count: 4

    Kyle,

    Where in the menu structure of the theme can this be done?

    In other themes I could access the CSS code, where is this possible in the Flexform theme?

    Thx,

    Jeroen

    #165084
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

    .page-content{
    text-align:center;
    }
    

    2- You can get Swift page builder at page content editor. There is a button to get list all element of swift page builder.

    Thanks
    Mohammad

    #165091
    jdevroed
    Member
    Post count: 4

    Mohammad,

    ALMOST THERE!

    Your suggestion centers my text, which I didn’t want. I want it more positioned to the right/center of the page, not centered. So using your suggestion and turning it into
    .page-content{
    padding-left: 60px;
    }
    almost got me there (yes, I know a very little bit of css). Unfortunately the .page-content tag also includes my rev slider object, and that is thus also pushed to the right – which I do not want. Which tag should I use iso page-content? I only want the text to move, not the rev slider.

    Many thanks for your help.

    Jeroen

    #165099
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the code like this :-

    .page-content > p{
    padding-left: 60px;
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register