Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #886282

    Hi,
    I am using the headline rotator, and trying to get at look like this one on your demo: https://kriesi.at/themes/enfold-2017/elements/headline-rotator/
    But my headline has too much space on the left side. Is there any way to make the text come closer to the left? Like in your example.

    I tried to edit alle places with padding and border styling, but that did not help.
    I have the headline rotator in a color section.

    #886342

    Hey Camilla,

    Please, can you provide a screenshot of your headline on the page?

    Best regards,
    John Torvik

    #886631

    Sure, here is an image: https://postimg.org/image/fccvxt74n/

    #886695

    Hi,

    Add this to quick css:

    .post-entry-734{
    margin-left:-200px
    }

    Best regards,
    Jordan Shannon

    #888070

    Hi Jordan,
    The CCS worked but also influenced the position of other elements on the page.
    Is there a way to get around this? :-)

    #888112

    Hi,

    Try the following instead:

     #av_section_1 .av-rotator-container-inner {
    margin-left:-500px!important;
    }

    Best regards,
    Jordan Shannon

    #889371

    Thanks Jordan!
    Great it worked. Can you get it to apply for the icon blok I have added underneath the headline rotator?
    I have attached a link in the private content section. :-)

    #889381

    Hi,

    Add this to quick css:

    .iconbox.iconbox_left.avia-builder-el-3.el_after_av_hr.avia-builder-el-last {
    margin-left:-300px!important;
    }  

    Best regards,
    Jordan Shannon

    #889384

    Amazing. Thanks.
    On mobile this color section with headline rotator and icon box looks off. It is zoomed in on the picture and only a part the headline rotator text is visible. Do you know why? And is there a way around it? :-)

    #889393

    Hi,

    Can you provide a screenshot of the issue?

    Best regards,
    Jordan Shannon

    #892603

    Yes, here is a screenshot.
    Also, on the desktop, it becomes a problem, when I alter the screen size to smaller. See screenshot

    #892940

    Hi,

    Please provide admin info so I can login and look into this issue further. I may need to manually adjust the css I provided. Or perhaps you can try adjusting them to percentages instead.

    Best regards,
    Jordan Shannon

    #892944

    Sure, here is a login.
    Thanks for looking at it.

    #892961

    Hi,

    It looks like the text has been changed. I’m no longer seeing the issue.

    Best regards,
    Jordan Shannon

    #892962

    Are you looking at this page:

    #892966

    Hi,

    Apologies, I had the wrong page. I made the following adjustment. Please check:

    /* Placering af headline rotator*/
     #av_section_1 .av-rotator-container-inner {
    margin-left:-15%!important;
    }
    /* Placering af icon box under headline rotator*/
    .iconbox.iconbox_left.avia-builder-el-3.el_after_av_hr.avia-builder-el-last {
    margin-left:-15%!important;
    }
    
    @media only screen and (max-width: 767px)  {
    /* Placering af headline rotator*/
     #av_section_1 .av-rotator-container-inner {
    margin-left:-5%!important;
    }
    /* Placering af icon box under headline rotator*/
    .iconbox.iconbox_left.avia-builder-el-3.el_after_av_hr.avia-builder-el-last {
    margin-left:-5%!important;
    }
    }

    Best regards,
    Jordan Shannon

    #894097

    Thanks a lot Jordan.
    It is just perfect!

    #894165

    Hi Camilla88,

    Glad Jordan helped you to get it working! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894918

    Hi Jordan,
    One last question on this one.
    I made a second block for mobile, and now your CSS code does not work anymore.
    Can you see why? Login details are the same.

    #894973

    Hi,

    What additional block did you add? Can you screenshot the error?

    Best regards,
    Jordan Shannon

    #895828

    Hi,
    Yes, here it is.
    One image of the error and one of the back end where the block is doubled. One for desktop and one for mobile.

    #895882

    Hi,

    Add this to quick css:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    .post-entry.post-entry-type-page.post-entry-4772{
    margin-left:50px!important;
    width:300px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.