Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #939033

    Hi, I have a problem and I can not focus the text of a portfolio grid on the subject. I do not see what class or where to apply the text-aling: center; if you could please, indicate me

    #939188

    Hey tecnicoposiciona,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #939199

    Hi, This is the link, specifically under the 3 PORTFOLIO http://devsimbolo.com.s116-126.furanet.com/

    #939623

    Hi tecnicoposiciona,

    Do you mean portfolio sort options or which element are you referring to?
    Image 2018-04-10 at 13.19.01.png

    Best regards,
    Victoria

    #939758

    Hi, I’m referring to the categories I’d like the text to be censored.

    #939807

    Hi tecnicoposiciona,

    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: 1024px) and (max-width: 1200px) {
      #js_sort_items {
        width: 89%;
        margin: 0 auto;
      }
    
    }
    @media only screen and (min-width: 1201px) and (max-width: 1300px) {
      #js_sort_items {
        width: 80%;
        margin: 0 auto;
      }
    }
    @media only screen and (min-width: 1301px) {
      #js_sort_items {
        width: 70%;
        margin: 0 auto;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #939822

    Hello, thank you very much for your help, more or less it looks good, a bit weird in screens from 375px to 425. Because the sentence text-aling: center does not work; what would be the most normal?

    #940234

    Hi tecnicoposiciona,

    The code I gave you is for desktop sizes.
    I don’t think you should limit the width of the sort options container on the mobile screen.
    Just have it like this
    Image 2018-04-11 at 13.18.29.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #940304

    Thank you very much for your help, with this in principle I can be worth, Thanks !! ;-)

    #940515

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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