• kareemanes

    (@kareemanes)


    hello everybody,

    I’m new to wordpress and coding. I’m building my first website and I have a couple of questions. I’m using simple catch free theme btw.

    – how to make my site title, description and logo appear on the right side as I’m using arabic language?

    – how to enlarge the thumbnails of blog posts?

    – when I get the posts to the right, the thumbnails stay in the middle of the blog, how to algn it to the right?

    thank you very much for your help

Viewing 1 replies (of 1 total)
  • jamiebrwr

    (@jamiebrwr)

    For the site title and description you can edit a couple css styles…

    Logo and Title

    file = style.css

    Line: 412

    #header .logo-wrap {
    	padding-left: 20px;
    	float: right;
    	margin-top: 54px;
    	min-width: 380px;
    }

    Line: 454 (adjust width to what fits your logo best)

    #header .social-search {
    	float: left;
    	width: 306px;
    	padding-right: 20px;
    	margin-top: 40px;
    }

    Screenshot: https://cl.ly/image/0G1d183J3i2G

    To enlarge the blog post thumbnails

    1. Edit functions.php line 93 to the size you’re looking for.

    2. Edit line 852 in style.css to what ever size you set the “add_image_size( ‘featured’, 410, 410, true);” to.

    After changing these you will need to either regenerate your thumbnails or re-upload the images to create the new sizes.

Viewing 1 replies (of 1 total)
  • The topic ‘how to make site title and logo appear on the right side?’ is closed to new replies.