Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #640519

    Can you provide me with some quick css to move the special heading text of Collaborative slightly to the left so it is centered on my iPhone 6 in portrait mode. Right now it’s slightly off center. I have a custom css class of special_heading_text for this section to target it. Thanks!

    #640541

    Hey djshortkut,

    The container is perfectly centered since the heading has one word which probably get’s longer than the screen width and the padding is applied on both sides but due to less space only left padding takes effect. The solution is to enable custom css class name http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and use -ve margin on the special heading to pull it towards left side. Adjust the margin value to suit your design.

    
    .pull_left {
    margin-left: -20px!important;
    }

    Best regards,
    Vinay

    #640647

    That worked perfectly, thanks Vinay! You can close this thread.

    #640648

    Hi,

    Glad we could help! We really appreciate it if you rate our theme on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Special Heading on iPhone’ is closed to new replies.