Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #818187

    Hello ,

    Can you please tell me is is possible to make as it was on this image?
    That is text under image not left and right.
    And can you tell me how can I increase size of fonts for sidebar? Maybe that will be good option for next updates.
    How can I change background color on sale badge in Woocommerce?

    Regards

    • This topic was modified 7 years, 5 months ago by Zaccc.
    #818217

    Hey Zaccc,
    We could add padding to the text so it would not extent the images, but we will need the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #818221

    Hello Mike,

    This is link from page. This is test site , later I will make migration on live domain.

    Regards

    #818247

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

    .av_textblock_section {padding-left: 10px!important; padding-right: 10px!important; }

    Best regards,
    Mike

    #818248

    I have put but I don’t see any changes.

    #818263

    Hi,
    The changes are working on my end,
    Please clear your cache :)

    Best regards,
    Mike

    #818266

    Hi,

    I have clear cache.
    You can try to login and see.

    Regards

    #818273

    Hi,
    I think I figured it out :) at a screen width over 1920×1080 the flex cells which are 1/4 wide are larger than the images, so this code will make the max-width the same as the images.
    Try this code in the General Styling > Quick CSS field:

    .flex_cell_inner {max-width: 289px !important; }

    Best regards,
    Mike

    #818287

    Now is better but now I have on right side of page more space than on left.
    Can you help me with other things?
    And can you tell me how can I increase size of fonts for sidebar? Maybe that will be good option for next updates.
    How can I change background color on sale badge in Woocommerce?

    Regards

    #818290

    Hi,
    Can you tell me what screen size your using?
    Can you tell me what font size you would like for which items in your sidebar? A screenshot might help so we are talking about the same things :) (see Private Content area)
    Try this code in the General Styling > Quick CSS field to make the sale badge red:

    #top .main_color .onsale {
        background-color: red!important; 
    }

    Best regards,
    Mike

    #818292

    Hello ,

    I am using 24 inch screen 1920 x 1080 px.
    A- E = 20 px
    B, D, F = 15 px
    C= 17 px

    Regards

    #818304

    Hi,
    Try this code in the General Styling > Quick CSS field for the font sizes:

    .widgettitle {font-size: 20px !important;}
    .price_label, .news-time, .widget_product_categories li a {font-size: 15px !important;}
    .news-headline {font-size: 17px !important;}

    Best regards,
    Mike

    #818306

    Hello,
    This is not working .flex_cell_inner {max-width: 289px !important; }
    My home page and other pages are in mess and I have delete that CSS.

    Regards

    #818309

    Hi,
    Do you mean that page was good but there was a conflict with other pages? Try this then:

    .page-id-134 .flex_cell_inner {max-width: 289px !important; }

    Best regards,
    Mike

    #818311

    You can see on image how is looking. Other pages are good
    Regards

    #818398

    Hi,
    Try:

    .page-id-134 .flex_cell_inner { margin-left: 4% !important; }

    Best regards,
    Mike

    #818408

    Hello Mike,

    Now is as it on start . Text is on left and right side.

    Regards

    #818412

    Hi,
    Sorry I don’t understand, can you add more detail?

    Best regards,
    Mike

    #818413

    Can you please open link and you will see . That is fastest option . I can make you print screen but open link is easiest way.

    Regards

    #818445

    Hi,
    See image in Private Content area for what I see :)

    Best regards,
    Mike

    #818472

    Hi Mike,

    Strange , you can see what I see.
    I have clear cache several times.

    Regards

    #818776

    Hi Zaccc,

    I see it like Mike also, but if I zoom in the page, I see it the way you see it. So the question is, what screen size are you looking at?

    Best regards,
    Victoria

    #818999

    Hello Victoria,

    I am using 24 inch screen 1920 x 1080 px.

    Regards

    #819061

    Hi,
    I have the same size screen, but we seem to have very different views, are you using Chrome and do you have a magnifying glass icon in your address bar like this:

    Best regards,
    Mike

    #819685

    Hello Mike.

    I have try on Opera, Chrome , IE 11 and same thing. I have clear cache browser several times on all browsers.
    I can send you print screen from all this browsers. I have check and zoom it is default 100%
    When I increase than is text good under a image.

    Regards

    #821331

    Hi Zaccc,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1440px) {
      #av-layout-grid-1 .av_textblock_section .avia_textblock  {
        max-width: 290px;
        margin: 0 auto;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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