Home>Support>Estate – text size in page and image space and problem

Estate – text size in page and image space and problem

By georg, 9 years ago. Last reply by Daniel, 9 years ago.

I would like to change the size of the text in a page. I tried to change it in the style.css but it says server is done if trying to submit changes. Is there a code snip I can use in the custom.css?

How can I give a little space to a inserted image in the text to the right?

URL: http://blog.georgnauerz.de

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Georg

    Please try this in you custom CSS

    .entry-content .wp-caption {
        margin-right: 1.5em !important;
    }
    

    This should give you the required spacing.

    Let us know how you get on

    Magus

  2. 9 years, 4 months ago georg

    baam! You are fast… Thank you for this.

    How come I can´t change the style.css? But I am ok with it this way… Thanks

    Georg

  3. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Georg

    Are you talking about the theme style.css or are you using a child theme? I know of no reason that would cause you to not be able to edit either through Appearance-> Editor. Do you have any wordpress security plugins installed as these can sometimes lock down editing certain files.

    Magus

  4. 9 years, 4 months ago georg

    That´s what it says:

    “Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”

    But if you could give me a snip for the custom.css I am fine. Thanks
    Georg

  5. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Georg

    Error 503 is usually down to a hosting issue caused by exceeding the max connections to the server for script processing. This behaviour can be down to the hosting service itself, or caused by badly written plugins.

    Please try disabling all non SiteOrigin plugins and try editing the style.CSS again. You should only do this on a child-theme to ensure any changes do not get removed with a theme update.

    If you need any help with custom CSS for your site please post back with any specifics and we will do what we can to help.

    Magus

  6. 9 years, 4 months ago georg

    Magus,

    I would love to change the font size in a regular page text. Could you help me with this for the custom CSS?

    After disabling the non usually plugins it didn´t change… But no matter…

    Best
    Georg

  7. 9 years, 4 months ago Daniel
    Hi, I Work Here

    Hi Georg

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .entry-content p {
        font-size:16px !important;
    }
    

    Try that out and let me know the outcome

  8. 9 years, 4 months ago georg

    That worked fine! Thank you.

    On the home page (I do not have a custom home) I have an image which unfortunatly is to small in hight if a do not use a Banner Title and sub banner Title. Now a text would be on the wrong place in the picture. How can I handle that? Also I would like change the banner button in to transparent.

    Best wishes
    Georg

  9. 9 years, 4 months ago Daniel
    Hi, I Work Here

    Hi Georg

    For transparency, add the following code and adjust the figures to get desired look

    #top-slider a.action-button{
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
      filter: alpha(opacity=70) !important;
      -moz-opacity: 0.7 !important;
      -khtml-opacity: 0.7 !important;
      opacity: 0.7!important;
    }
    

    To increase the height of the image on your homepage. Try this

    .slide-contents.home-title   {
      padding: 100px 0 !important;
    }
    

    Cheers

  10. 9 years, 4 months ago georg

    terrific… Thank you so much!

    Georg

  11. 9 years, 4 months ago Daniel
    Hi, I Work Here

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More