Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #913960

    Hi, as you can see in the screenshot the content is not aligned to the center. This was working fine and only recently changed, probably due to a theme update.

    What is going on and how should I fix this?

    #913969

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-27{
         width: 70%!important; 
    }

    Best regards,
    Mike

    #913970

    Thanks but that only fixes that specific case and I see this issue appearing in many places on my site. Why is this going on? Is this due to a recent update of the theme? Did you make any updates to the RTL part?

    How can I fix the alignment across my entire site?

    #914101

    Hi,

    Can you try using this css code and check if it helps:

    .rtl div.flex_column {
        float: left;
    }

    if that still doesn’t work, try:

    .rtl div.flex_column {
        float: left !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #914155

    Thanks. seems like that fixed it.

    #914396

    Hi, seems like it fixed some pages but it made a mess on other pages.

    How can I fix my shop page?

    #914513

    Hi,

    Add before the code that Niko and mike provided the .home please
    so the code can work only into the home.

    Best regards,
    Basilis

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